Slash::Utility::System - SHORT DESCRIPTION for Slash
use Slash::Utility;
# do not use this module directly
LONG DESCRIPTION.
Takes the address, subject and an email, and does what it says.
- Parameters
-
- ADDR
-
Mail address to send to.
- SUBJECT
-
Subject of mail.
- CONTENT
-
Content of mail.
- FROM
-
Optional separate ``From'' address instead of ``mailfrom'' constant.
- PRECEDENCE
-
Optional, set to ``bulk'' for ``bulk'' precedence. Not standard,
but widely supported.
- Return value
-
True if successful, false if not.
- Dependencies
-
Need From address and SMTP server from vars table,
'mailfrom' and 'smtp_server'.
Slash(3), Slash::Utility(3).
$Id: System.pm,v 1.1.2.9 2001/09/10 11:34:45 pudge Exp $