/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.

Functions
Dwoo_Plugin_mailto (line 27)
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, 18 Jul 2009 21:05:13 +0200 by phpDocumentor 1.4.0