Re: Sending out mass emails

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



In my opinion, this is what MTAs are designed for...

Personally I throw every email I need to send at the MTA (postfix is
the best!) and then let it handle processing the queue. If it goes too
slow or too fast that's when you can alter the configuration

(Side note: I'm pretty sure phpmailer would have some sort of delay
built in, it seems to be quite feature-rich) or you can always build
in your own manual loop, use sleep() or just launch the script and
only run $x number of emails each time...

On Thu, Sep 4, 2008 at 6:47 AM, Angelo Zanetti <angelo@xxxxxxxxxxxxxxx> wrote:
> Hi all,
>
> We would like to send out mass emails for some of our clients, these are
> HTML email and text alternative for the email clients that cant read those
> HTML emails.
>
> We have developed some scripts to send the emails using phpmailer.
>
> Now we anticipate sending emails in batches but not sure how many at once.
>
> Also what is the best way about going around being black listed due to spam
> issues.
>
> I know that the headers need to be set to avoid being detected as spam.
>
> Any advice is appreciated.
>
> Thanks
> Angelo
>
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux