[GeoNode-users] gmail smtp error
Vicente
deluca.vicente at gmail.com
Wed Aug 26 13:14:09 PDT 2015
Hi, I have an error sending mails through gmail:
raise SMTPException("SMTP AUTH extension not supported by server.")
I can send from python console succefully with this code
server = smtplib.SMTP('smtp.gmail.com:587')
server.ehlo()
server.starttls()
server.login(username,pwd)
server.sendmail(username,"deluca.vicente at gmail.com", "texto prueba")
My local_settings.py is:
EMAIL_BACKEND='django.core.mail.backends.smtp.EmailBackend'
EMAIL_HOST='smtp.gmail.com'
EMAIL_HOST_USER='usuario at gmail.com'
EMAIL_HOST_PASSWORD='pass'
EMAIL_PORT=587
EMAIL_USE_SSL=True
REGISTRATION_OPEN=True
I really appreciate any help you can provide
--
[image: MANTA] <http://www.estudiomanta.com/>
Vicente Deluca
*+54 11 6091 4579 <%2B54%2011%206091%204579>*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/geonode-users/attachments/20150826/0edda0cc/attachment.html>
More information about the geonode-users
mailing list