What about using something like Sendgrid (http://sendgrid.com)? Or Postmark (http://postmarkapp.com/)?
Let somebody else worry about throttling and blacklists and all of the headaches of smtp servers. Matt On May 26, 10:50 pm, Jason Brower <encomp...@gmail.com> wrote: > Yes, I practically have that now. The issue is how do I create the cron > task and script to execute it? > One way I am taking this further is, as long as the conference is > "alive" I can compair this list with who has signed into the conference > to get an idea of how many people have reacted to the email and are now > attending the conference. Like an RSVP list so to say. :) > There is a lot of information actually, that I think I can gather from this. > BR, > Jason Brower > On 05/27/2011 04:11 AM, ron_m wrote: > > > > > > > > > A possible idea, each email insert into a table. When the cron job > > wakes up have it read X number of emails with the smallest ID value > > from the table and process them. Delete the row as each one is completed.