emencia / emencia-django-newsletter

An app for sending newsletter by email to a contact list.
189 stars 72 forks source link

Added ability to restart the smtp connection for each message and to sleep between sending messages #39

Closed defcube closed 12 years ago

defcube commented 13 years ago

Added ability to restart the smtp connection for each message and to sleep between sending messages

Restarting the smtp connection was required for my specific use case. We use PEN to route mail to our specific smtp servers, but you must create a new connection for every message or else it won't route properly.