hello i want to sending email activation use django registration redux.
this is my setting.py
EMAIL_BACKEND = \'django.core.mail.backends.smtp.EmailBackend
In my case using smtplib.SMTP_SSL() solve this problem. You can try this.
smtplib.SMTP_SSL()