I\'m trying to use Amazon\'s new SMTP service for SES with Django 1.3.1 but I\'m not having much luck.
I\'ve created my SES SMTP credentials and have this in my settings
Since Django 1.7, you can send email with SSL natively without third party library.
EMAIL_USE_SSL = True
Docs