At 09:40 9-9-03, you wrote:
On Tuesday 09 September 2003 08:12, Ryan A wrote:

> I am trying to create a new newsletter software as the ones i found on
> hotscripts were just not good enough or mucho $$ which i dont have :-(

> Please note that i I intend to add a kind of word merge functionality later

Knowing that PHP has problems sending mass mails I chose to send them as SMTP directly.


I used this class for it which is self explaining.
http://phpclasses.half2.nl/browse.html/package/346.html

I have not tried to put any load on it yet. It might be a good idea to prolong the timeout period in the class.

Don't forget to add the
 From:
 Reply-To:
 Return-Receipt-To: and
 Return-Path:
to the headers, as bounced mail might otherwise get lost.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to