NAME

Slash::Utility::System - SHORT DESCRIPTION for Slash


SYNOPSIS

        use Slash::Utility;
        # do not use this module directly


DESCRIPTION

LONG DESCRIPTION.


EXPORTED FUNCTIONS

sendEmail(ADDR, SUBJECT, CONTENT [, FROM, PRECEDENCE])

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


SEE ALSO

Slash(3), Slash::Utility(3).


VERSION

$Id: System.pm,v 1.1.2.9 2001/09/10 11:34:45 pudge Exp $