jadolg / webpymail

Automatically exported from code.google.com/p/webpymail
GNU General Public License v3.0
0 stars 0 forks source link

SMTP with tls #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
One more thing, I've totally forgot about is connecting to SMTP with TLS.
I't realy easy with python SMPT, just

smtp.ehlo()
smtp.starttls()
smtp.ehlo()

but it's required by most open SMTP servers. I think this options can be added 
to SMTP config.

Original issue reported on code.google.com by akimov.alex on 30 Aug 2010 at 1:45

GoogleCodeExporter commented 9 years ago
I've put this on my TODO list. 

I've started a discussion group (http://groups.google.com/group/webpymail) 
where this and other enhancements can be better discussed, if you want to give 
ideas you're most welcome. 

Original comment by hguerreiro@gmail.com on 30 Aug 2010 at 2:06

GoogleCodeExporter commented 9 years ago

Original comment by hguerreiro@gmail.com on 30 Aug 2010 at 2:10

GoogleCodeExporter commented 9 years ago
Ok, I'll put there some later. 

I'm just a bit out of time now to test previous tickets so don't worry, I'll 
check them later.

Original comment by akimov.alex on 30 Aug 2010 at 2:17

GoogleCodeExporter commented 9 years ago
This is fixed in r56

Please note that the SMTP configuration now is made on the configuration files. 

Original comment by hguerreiro@gmail.com on 5 Sep 2010 at 1:36