Showing 1 - 4 of 4 items. (Page 1 of 1)
Testing Emails with Django
Django ticket #8638 titled, "Provide setting to disable e-mail sending", caught my eye as an interesting item to look into. As I looked into it, however, I came up with a pretty simple way to set up testing that involves some settings.py changes and about 4 lines of Python ...
Sending HTML emails to multiple subscribers via Django
I'm going to need this in an upcoming project. Good optimization tips on sending mass emails from Django (e.g. newsletters).
Using Gmail's SMTP server from Django
Ever since changeset 5144 Django has had the ability to send email directly through Gmail with a few extra settings in your settings.py file. I recently set up a server using Ubuntu and had no intention of receiving email on it, but I did, however, want my website to ...
Premailer — preflight for HTML e-mail — dunae.ca
An online script to convert an HTML document to support emailing. Converts CSS to inline CSS and other tricks for the best outcome in mail clients.