#3460: Support for SMTP login/password
---------------------+------------------------------------------------------
 Reporter:  Remi     |       Owner:  jonas
     Type:  defect   |      Status:  new  
 Priority:  normal   |   Milestone:       
Component:  general  |     Version:  0.9.6
 Severity:  normal   |    Keywords:       
---------------------+------------------------------------------------------
 For e-mail notifications, can Trac please support SMTP login/password for
 SMTP servers that require a login/password before sending the e-mail ?

 All that's needed is a call to "server.login" before calling
 server.sendmail, like this:

 server = smtplib.SMTP('mail-server')
 server.login('login', 'password')

 Thanks,

 Remi.

-- 
Ticket URL: <http://trac.edgewall.org/ticket/3460>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to