Postpone email when domains equal

Posted by michalzuber on Stack Overflow See other posts from Stack Overflow or by michalzuber
Published on 2010-05-08T17:34:02Z Indexed on 2010/05/08 17:38 UTC
Read the original article Hit count: 191

Filed under:
|

HI. For a client i'm developing 4 different email agents for his web portal. I need to send a lot of emails to clients (couple of thousands in the future) which are stored in a database. Sending is fine, but I would like to work out a PHP script which sends emails, but also stores the previous email domain and if they equal than postpone that email for sending later to prevent spam filters. I'm going to load that script with cron and I already set_time_limit(0); Big thanks for replies with ideas ;)

© Stack Overflow or respective owner

Related posts about mail

Related posts about php5