hello i want to sending email activation use django registration redux.
this is my setting.py
EMAIL_BACKEND = \'django.core.mail.backends.smtp.EmailBackend
I'm using AWS SES and was having the same problem.
Using port 587 worked for me. Settings were pretty much identical to @User0511