Re: Mail queue

2009-06-10 Thread ankit
you can store all the entries in a table or a queue.Use a cron which will send emails automatically while user is offline.rather then sending emails via django send it via cron use simple python script On Jun 8, 2:44 pm, phred78 wrote: > Hello everyone, > > Besides django-mailer, has anyone had

Mail queue

2009-06-08 Thread phred78
Hello everyone, Besides django-mailer, has anyone had experience on how to queue e- mail? I'm writing an application that sends newsletters to roughly around 3000 subscribers and I don't want the hosting company - mediatemple - complaining about reaching their 500 e-mail per hour limit. Are there