For Programmers: Free Programming Magazines  


Home > Archive > PHP Language > January 2008 > mass mail with smtp-pear::mail()?









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author mass mail with smtp-pear::mail()?
ask

2008-01-31, 7:13 pm

Hi

I'm running a website with around 200.000 users. Sending newsletters
using the naitive php-mail()-function takes quite a while, does anyone
know if it is mutch faster to use pear::mail with smtp - even if the
smtp-server is localhost? (each mail is different, thus using BCC or
alike is not an option)

And does anyone know an easy way to install the mail-dependent
packages? And I'm not an Linux-shark - so I'm primarily using FTP...

thanx


../ask
Manuel Lemos

2008-01-31, 10:11 pm

Hello,

on 01/31/2008 09:01 AM ask said the following:
> Hi
>
> I'm running a website with around 200.000 users. Sending newsletters
> using the naitive php-mail()-function takes quite a while, does anyone
> know if it is mutch faster to use pear::mail with smtp - even if the
> smtp-server is localhost? (each mail is different, thus using BCC or
> alike is not an option)
>
> And does anyone know an easy way to install the mail-dependent
> packages? And I'm not an Linux-shark - so I'm primarily using FTP...


Don' use SMTP. That is the slowest delivery method.

You may want to try this MIME message composing and sending class that
is optimized for bulk deliveries. Take a look at the
test_personalized_bulk_mail.php example script.

http://www.phpclasses.org/mimemessage


--

Regards,
Manuel Lemos

PHP professionals looking for PHP jobs
http://www.phpclasses.org/professionals/

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com