/usr/local/perl/lib/site_perl/5.6.1/sun4-solaris/HTML/Embperl/Syntax/Mail.pm |
Embperl Taglib for sending mail
[$ syntax + Mail $]
<mail:send to="richter@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$]
The is module provides a mail:send tag, for sending text via email. It uses the HTML::Embperl::Mail module for actualy sending the mail. The following attributes are recognized. The mail body is enclosed between the mail:send tags. See the HTML::Embperl::Mail manpage for an description of the attribues:
On success it sets $?
to zero, otherwise to a value other then zero.
Gerald Richter <richter@dev.ecos.de>
HTML::Embperl::Syntax, HTML::Embperl::Syntax::HTML
/usr/local/perl/lib/site_perl/5.6.1/sun4-solaris/HTML/Embperl/Syntax/Mail.pm |