I am using Amazon SNS to send notification when an email bounces. I need to store email messageId when sending the email, so that I can match it with notification and see which email delivery failed. Django send_mail seems to be returning number of emails sent. How can I get the messageId of the email sent using Amazon SES?
EMAIL_BACKEND = 'django_smtp_ssl.SSLEmailBackend' EMAIL_HOST = 'email-smtp.us-east-1.amazonaws.com' http://stackoverflow.com/questions/16042918/how-to-get-email-messageid-when-using-amazon-ses-in-django -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.

