Re: Gmail Django

2016-02-19 Thread Luis Zárate
Those are your real credentials, hurry up and change the password, you must never post your real credentials in public mail list. M1chael is right you need to change the gmail settings for allow login with insecure applications. 2016-02-19 16:03 GMT-06:00 Daniel Wilcox : > You should generate a

Re: Gmail Django

2016-02-19 Thread Daniel Wilcox
You should generate a certificate to use TLS (even something self signed, or try Let's Encrypt and get a free cert from there). Other than that we have the same settings and I've been sending mail successfully with almost identical settings the past day or so. I presume you are using an app-speci

Re: Gmail Django

2016-02-19 Thread m1chael
You may have to dig deep in Google's settings and turn off a lot of security, don't give up, this is an annoying one. On Fri, Feb 19, 2016 at 3:17 PM, wrote: > my settings > > EMAIL_USE_TLS = True > DEFAULT_FROM_EMAIL = 'webmaster@vaility' > EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailB

Gmail Django

2016-02-19 Thread setivolkylany
my settings EMAIL_USE_TLS = True DEFAULT_FROM_EMAIL = 'webmaster@vaility' EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend' EMAIL_FILE_PATH = None EMAIL_HOST = 'smtp.gmail.com' EMAIL_HOST_PASSWORD = 'lv210493' EMAIL_HOST_USER = 'setivolkyl...@gmail.com' EMAIL_PORT = 587 EMAIL_SUBJECT_P