I think you want to use port 587 if you are using TLS. We are using
port 587 successfully with gmail. In any case, Django 1.3.1 does this,
not the code you showed.
self.connection = smtplib.SMTP(self.host, self.port,
local_hostname=DNS_NAME.get_fqdn())
if self.use_tls:
With IE, we have had to use the a non-local IP for the machine. Using
'localhost' or '127.0.0.1' did not work.
On Mar 25, 12:19 am, Aommonly wrote:
> ===
>
> Exception happened during processing of request from ('127.0.0.1',
> 60076)
> Traceback (mo
2 matches
Mail list logo