Version: @(#) $Id: qmail_message.php,v 1.9 2004/07/08 07:18:00 mlemos Exp $
MIME E-mail message composing and sending using Qmail
Manuel Lemos (mlemos-at-acm.org)
Copyright © (C) Manuel Lemos 2001-2004
@(#) $Id: qmail_message.php,v 1.9 2004/07/08 07:18:00 mlemos Exp $
Version: @(#) $Id: email_message.php,v 1.45 2004/07/08 03:37:48 mlemos Exp $
Implement an alternative message delivery method using Qmail MTA (Mail Transfer Agent).
This class should be used exactly the same way as the base class for composing and sending messages. Just create a new object of this class as follows and set only the necessary variables to configure details of delivery using Qmail.
require('email_message.php');
require('qmail_message.php');
$message_object = new qmail_message_class;
string
'/var/qmail/bin'
Specifying the path of the Qmail programs.
Usually the default is correct.
string
'qmail $Revision: 1.9 $'
Specify the text that is used to identify the mail delivery class or sub-class. This text is appended to the X-Mailer header text defined by the mailer variable.
Do not change this variable.