/plugins/builtin/functions/mailto.php

Description

Outputs a mailto link with optional spam-proof (okay probably not) encoding

  * address : target email address
  * text : display text to show for the link, defaults to the address if not provided
  * subject : the email subject
  * encode : one of the available encoding (none, js, jscharcode or hex)
  * cc : address(es) to carbon copy, comma separated
  * bcc : address(es) to blind carbon copy, comma separated
  * newsgroups : newsgroup(s) to post to, comma separated
  * followupto : address(es) to follow up, comma separated
  * extra : additional attributes to add to the <a> tag
This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.

This file is released under the LGPL "GNU Lesser General Public License" More information can be found here: http://www.gnu.org/copyleft/lesser.html

Functions
Dwoo_Plugin_mailto (line 32)
void Dwoo_Plugin_mailto (Dwoo $dwoo,  $address, [ $text = null], [ $subject = null], [ $encode = null], [ $cc = null], [ $bcc = null], [ $newsgroups = null], [ $followupto = null], [ $extra = null])
  • Dwoo $dwoo
  • $address
  • $text
  • $subject
  • $encode
  • $cc
  • $bcc
  • $newsgroups
  • $followupto
  • $extra

Documentation generated on Sat, 28 Jun 2008 01:38:30 +0200 by phpDocumentor 1.4.0