Re: send_mail error

2019-10-18 Thread Bart Jonkers
You need to set https://www.dev2qa.com/how-do-i-enable-less-secure-apps-on-gmail/ Bart Op vr 18 okt. 2019 om 17:33 schreef James Gutu : > What error are you getting? Look at the traceback, or even copy paste it > here. > Ensure you have set the EMAIL_HOST_USER, EMAIL_HOST_PASSWORD, > EMAIL_HOST_

Re: send_mail error

2019-10-18 Thread James Gutu
What error are you getting? Look at the traceback, or even copy paste it here. Ensure you have set the EMAIL_HOST_USER, EMAIL_HOST_PASSWORD, EMAIL_HOST_PORT correctly in the settings.py file. On Thu, Oct 17, 2019 at 3:27 PM challa.Harikrishna chowdary < challahari0...@gmail.com> wrote: > Hi > >

Re: send_mail error

2009-07-06 Thread Guri
On Jul 5, 12:37 am, Dj Gilcrease wrote: > You have the following set correctly in your settings.py? > > EMAIL_HOST > EMAIL_HOST_USER > EMAIL_HOST_PASSWORD Thanks for the info. After setting above values and running smtpd on machine, It throws following exception "SMTPServerDisconnected at /as

Re: send_mail error

2009-07-04 Thread Dj Gilcrease
On Sat, Jul 4, 2009 at 1:04 PM, Guri wrote: > Any missing string here. You have the following set correctly in your settings.py? EMAIL_HOST EMAIL_HOST_USER EMAIL_HOST_PASSWORD --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goog

send_mail error

2009-07-04 Thread Guri
Hi, I get following error on trying sending e-mail using send_mail. SMTPConnectionRefused (451, 'Requested action aborted: (-20) local error in processing', 'webmas...@localhost') Any missing string here. Regards Guri --~--~-~--~~~---~--~~ You received this mes

Re: send_mail error with a dot in the email-address

2007-09-03 Thread patrickk
ok, this is not displayed correctly. send_mail works, if there´s no "dot" before the "@". otherwise it throws an error. On 3 Sep., 11:02, patrickk <[EMAIL PROTECTED]> wrote: > it´s strange, but registering on our site with "[EMAIL PROTECTED]" works > while "[EMAIL PROTECTED]" doesn´t. > the error

send_mail error with a dot in the email-address

2007-09-03 Thread patrickk
it´s strange, but registering on our site with "[EMAIL PROTECTED]" works while "[EMAIL PROTECTED]" doesn´t. the error is, that this mailbox doesn´t exist. is that django-related or do I have to check something else? thanks, patrick --~--~-~--~~~---~--~~ You rece