Syntax::Mail(3pm) User Contributed Perl Documentation Syntax::Mail(3pm)
NAME
Embperl Taglib for sending mail
SYNOPSIS
[$ syntax + Mail $]
<mail:send to="richter AT ecos.de" subject="Testmail">
Hi,
this is a test for a new mail tag
it is send at [+ scalar(localtime) +]
from Embperl's Mail taglib.
</mail:send>
[$ if $? $]
<h2>Sorry, there was an error, your mail couldn't be send</h2>
[$else$]
<h2>Your mail was successfully delivered</h2>
[$endif$]
DESCRIPTION
The is module provides a mail:send tag, for sending text via email. It uses the
Embperl::Mail module for actualy sending the mail. The following attributes are
recognized. The mail body is enclosed between the mail:send tags. See Embperl::Mail for
an description of the attribues:
from
to
cc
bcc
subject
reply-to
mailhost
mailhelo
maildebug
content-type
On success it sets $? to zero, otherwise to a value other then zero.
Author
Gerald Richter <richter AT dev.de>
See Also
Embperl::Syntax, Embperl::Syntax::HTML
perl v5.10.0 2005-10-25 Syntax::Mail(3pm)
Generated by $Id: phpMan.php,v 4.49 2006/02/26 13:18:18 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2012-05-23 16:49 @38.107.179.237 Crawled by CCBot/1.0 (+http://www.commoncrawl.org/bot.html)