Re: [Hampshire] Sending mail from PHP

Top Page

Reply to this message
Author: Daniel Pope
Date:  
To: Hampshire LUG Discussion List
Subject: Re: [Hampshire] Sending mail from PHP
Dominic Cleal wrote:
> In addition:
> You also lose the ability to queue e-mails, which your machine's MTA
> would normally do. This will cause problems when delivering to sites
> that have temporary errors (including greylisting).


Ah. I didn't specify, but I would use the local port 25 MTA or a
high-availability smarthost for this purpose.

I wasn't intending to suggest writing a complete MTA in PHP, and I don't imagine
PHPmailer is one.

Dan