Could a possible solution be to install a mail handler like exim on localhost and send mail to that? That's the typical solution for UNIX systems, but I bet it can work on a Windows machine, too, if that is your environment. Then you can set up the mail queue to send all mail through another host, and presumably the "full featured" exim or other server would support everything you would need it to.
That's probably a better solution anyway, because Trac "blocks" the page request while it does SMTP. Having a mail queue on localhost will prevent SMTP network timeouts from freezing the website. Jason -----Original Message----- From: Emmanuel Blot For now, only SMTP+TLS is supported. SMTPS is not yet supported. On 9/25/07, William Colls <[EMAIL PROTECTED]> wrote: > > > We would like to turn on the e-mail notification feature. However our > provider uses a secure connection (SSL). Has anyone been able to make > this work? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
