Hello,

Mathieu Arnold wrote:
> 
> Hi
> 
> The actual implementation of the mail fonction use sendmail -t and
> relies on sendmail to parse the headers to get the recipients.
> It would be great if it was possible to switch from this way of using
> sendmail to a more classic
> sendmail -f sender rcpt
> it should be quite easy, but I lack time to do it.

You may want to try this PHP MIME message composing and sending class
that has subclasses for sending messages using directly sendmail, qmail
or even a SMTP server.

http://phpclasses.UpperDesign.com/browse.html/package/9

Manuel Lemos

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to