libs/plugins/function.mailto.php-Dateireferenz

function.mailto.php-Dateireferenz

gehe zum Quellcode dieser Datei

Namensbereiche

 Smarty
 

Constant Groups

 Smarty
 

Funktionen

 smarty_function_mailto ($params)
 

Dokumentation der Funktionen

smarty_function_mailto (   $params)

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 

Autor
credits to Jason Sweat (added cc, bcc and subject functionality)
Parameter
array$paramsparameters
Rückgabe
string

Definiert in Zeile 51 der Datei function.mailto.php.




Korrekturen, Hinweise und Ergänzungen

Bitte scheuen Sie sich nicht und melden Sie, was auf dieser Seite sachlich falsch oder irreführend ist, was ergänzt werden sollte, was fehlt usw. Dazu bitte oben aus dem Menü Seite den Eintrag Support Forum wählen. Es ist eine kostenlose Anmeldung erforderlich, um Anmerkungen zu posten. Unpassende Postings, Spam usw. werden kommentarlos entfernt.