I get the following error when trying to send mails to users after a
successful registration on my app
"raise SMTPConnectError(code, msg)
Exception Type: SMTPConnectError at /register/
Exception Value: (421, b'Server busy, too many connections')
"
An
llo guys,
> I get the following error when trying to send mails to users after a
> successful registration on my app
> "raise SMTPConnectError(code, msg)
>
> Exception Type: SMTPConnectError at /register/
> Exception Value: (421, b'Server busy, too many connections')
Hello guys,
I get the following error when trying to send mails to users after a
successful registration on my app
"raise SMTPConnectError(code, msg)
Exception Type: SMTPConnectError at /register/
Exception Value: (421, b'Server busy, too many connections')
"
Any idea on how
I am trying to send an email using Django send_email, smtp and gmail.
However, the code returns SMTPConnectError (-1, ' ')
My settings.py file:
ALLOWED_HOSTS = []
DEFAULT_FROM_EMAIL = 'mygmailid'
SERVER_EMAIL = 'mygmailid'
EMAIL
4 matches
Mail list logo