#2970: TLS notifications
------------------------------------+---------------------------------------
 Reporter:  anonymous               |        Owner:  eblot   
     Type:  enhancement             |       Status:  assigned
 Priority:  normal                  |    Milestone:          
Component:  ticket system           |      Version:  none    
 Severity:  normal                  |   Resolution:          
 Keywords:  TLS email notification  |  
------------------------------------+---------------------------------------
Changes (by eblot):

  * owner:  jonas => eblot
  * status:  new => assigned

Comment:

 I've added a patch to support TLS/SSL for email notification.[[BR]]
 You obviously need SSL support w/ your Python distribution.

 I've tested the patch w/ GMail SMTP server. It worked for me.[[BR]]
 I recommend to use the "QP" (''quoted printable'') encoding, as the pure
 Base64 encoding may be rejected as spam by some server.

 To enable the TLS feature, add the following line in your `trac.ini` file
 {{{
 [notification]
 ; enable TLS
 use_tls = true
 ; optional: use quoted printable
 mime_encoding = qp
 }}}

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2970>
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