Re: SMTPConnectError

2022-04-24 Thread Antonis Christofides
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

Re: SMTPConnectError

2022-04-24 Thread Jason
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')

SMTPConnectError

2022-04-23 Thread Otuekong William
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

smtpconnecterror (-1, ' ') on smtp

2015-10-06 Thread Arka Ghosh
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