<div dir="ltr">Hi, I have an error sending mails through gmail:<div><br></div><div> raise SMTPException("SMTP AUTH extension not supported by server.")</div><div><br></div><div>I can send from python console succefully with this code</div><div><br></div><div>server = smtplib.SMTP('<a href="http://smtp.gmail.com:587">smtp.gmail.com:587</a>')<br></div><div>server.ehlo()<br></div><div>server.starttls()<br></div><div>server.login(username,pwd)<br></div><div>server.sendmail(username,"<a href="mailto:deluca.vicente@gmail.com">deluca.vicente@gmail.com</a>", "texto prueba")<br></div><div><br></div><div style="">My local_settings.py is:</div><div style=""><br></div><div><div>EMAIL_BACKEND='django.core.mail.backends.smtp.EmailBackend'</div><div>EMAIL_HOST='<a href="http://smtp.gmail.com">smtp.gmail.com</a>'</div><div>EMAIL_HOST_USER='<a href="mailto:usuario@gmail.com">usuario@gmail.com</a>'</div><div>EMAIL_HOST_PASSWORD='pass'</div><div>EMAIL_PORT=587</div><div>EMAIL_USE_SSL=True</div><div><div>REGISTRATION_OPEN=True</div></div><div><br></div><div><br></div><div style="">I really appreciate any help you can provide</div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><pre style="margin-top:0px;margin-bottom:0px;padding:0px;font-size:12px;color:rgb(51,51,51);white-space:pre-wrap!important"><table border="0" cellspacing="0" cellpadding="0" style="color:rgb(136,136,136);font-family:Verdana,Geneva,sans-serif;font-size:13.3333330154419px;white-space:normal"><tbody><tr><td><pre style="white-space:pre-wrap;margin-top:0px;margin-bottom:0px;padding-right:6px"><a title="Ir al Sitio" href="http://www.estudiomanta.com/" style="color:rgb(17,85,204)" target="_blank"><img src="http://www.estudiomanta.com/images/logo-manta_mail.png" alt="MANTA" border="0" style="float: left;"></a></pre></td><td bgcolor="#e7f4f9" style="width:1px;padding:0px"><pre style="white-space:pre-wrap"> </pre></td><td><pre style="white-space:pre-wrap;margin-top:0px;margin-bottom:0px;padding:0px"><span style="color:rgb(0,157,223);font-family:helvetica;font-weight:bold;margin:0px;padding-left:6px"><span style="font-size:medium">Vicente Deluca</span><br></span></pre><pre style="white-space:pre-wrap;margin-top:0px;margin-bottom:0px;padding:0px"><strong><span style="color:rgb(0,87,130);font-family:helvetica;margin:0px;padding-left:6px"><span style="font-size:small"><a href="tel:%2B54%2011%206091%204579" value="+541160914579" style="color:rgb(17,85,204)" target="_blank">+54 11 6091 4579</a></span></span></strong></pre></td></tr></tbody></table></pre></div></div></div>
</div></div>