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