ARTISAN PROJECT ArtisanSmarty
plugins
[ class tree: ArtisanSmarty ] [ index: ArtisanSmarty ] [ all elements ]

Procedural File: function.mailto.php

Source Location: /ccdb/bbs/lib/smarty/plugins/function.mailto.php

Page Details

ArtisanSmarty plugin

Functions
smarty_function_mailto  [line 60]

string smarty_function_mailto( array $params, Smarty &$smarty  )

Smarty {mailto} function plugin

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

  • address = 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 * 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"'}
 

Parameters:
array   $params: 
Smarty   &$smarty: 

Information Tags:
Author:  credits to Jason Sweat (added cc, bcc and subject functionality)
Author:  Monte Ohrt <at ohrt dot com>
Version:  1.2
Link:  {mailto} (Smarty online manual)

[ Top ]


Documentation generated on Thu, 04 Jan 2007 17:47:03 +0900