#SMTP AUTH extension not supported by server.
1 messages · Page 1 of 1 (latest)
SMTPNotSupportedError at /ap/register/
SMTP AUTH extension not supported by server.
/home/whiteninja/Development/Amazon/ap/views.py, line 27, in form_valid
self.send_otp_email(user,otp) …
Local vars
/home/whiteninja/Development/Amazon/ap/views.py, line 35, in send_otp_email
send_mail(subject, message, from_email, ["[email protected]"], fail_silently=False)
@glass ferry iam failed send mailed
You need to set your email sender (eg sendgrid or mailgun) and configure it correctly. Make sure you register it with your domain provider properly and set the authentication properly as based on their documentation. Then you are good to go.