We Recommend

Smarty PHP Template Programming And Applications Smarty PHP Template Programming And Applications
Smarty is a templating engine for PHP. Designers who are used to working with HTML files can work with Smarty templates, which are HTML files with simple tags while programmers work with the underlying PHP code. The Smarty engine brings the code and templates together. The result of all this is that designers can concentrate on designing, programmers can concentrate on programming, and they don't need to get in each others way so much.


Posted By

assbach on 12/10/06


Tagged

email mail Smarty variables config mailto setup vars


Versions (?)


Who likes this?

1 person has marked this snippet as a favorite

Bunker


mailto with config variables


Published in: Smarty 


URL: http://smarty.php.net/manual/en/language.function.mailto.php

  1. {assign var=foo value=#supportmail#}
  2. {mailto address="$foo" encode="javascript_charcode" text="E-Mail" subject="support mail"}

Report this snippet 

You need to login to post a comment.