PEEL Shopping
Open source ecommerce : PEEL Shopping
Namespaces | Functions
function.mailto.php File Reference

Go to the source code of this file.

Namespaces

 Smarty
 Smarty plugin to format text blocks.
 

Functions

 smarty_function_mailto ($params, $template)
 Smarty {mailto} function plugin. More...
 

Function Documentation

smarty_function_mailto (   $params,
  $template 
)

Smarty {mailto} function plugin.

Type: function
Name: mailto
Date: May 21, 2002 Purpose: automate mailto address link creation, and optionally encode them.
Params:

  • address - (required) - e-mail address
  • text - (optional) - text to display, default is address
  • encode - (optional) - can be one of: * none : no encoding (default) * javascript : encode with javascript * javascript_charcode : encode with javascript charcode * hex : encode with hexidecimal (no javascript)
  • cc - (optional) - address(es) to carbon copy
  • bcc - (optional) - address(es) to blind carbon copy
  • subject - (optional) - e-mail subject
  • newsgroups - (optional) - newsgroup(s) to post to
  • followupto - (optional) - address(es) to follow up to
  • extra - (optional) - extra tags for the href link Examples:
    {mailto address="me@domain.com"}
    {mailto address="me@domain.com" encode="javascript"}
    {mailto address="me@domain.com" encode="hex"}
    {mailto address="me@domain.com" subject="Hello to you!"}
    {mailto address="me@domain.com" cc="you@domain.com,they@domain.com"}
    {mailto address="me@domain.com" extra='class="mailto"'}
    
{mailto}
         (Smarty online manual)
 1.2
 Monte Ohrt 

Author
credits to Jason Sweat (added cc, bcc and subject functionality)
Parameters
array$paramsparameters
Smarty_Internal_Template$templatetemplate object
Returns
string

Definition at line 51 of file function.mailto.php.


This documentation for Open ecommerce PEEL Shopping and PEEL.fr has been generated by Doxygen on Thu Oct 15 2015 14:41:42 - Peel ecommerce is a product of Agence web Advisto SAS. All rights reserved.