![]() |
TLS SMTP authentication When FogBUGZ does SMTP authentication to send mail, does it support TLS? Our IT department is about to lock down our mail relays to require TLS authentication and we don't want it to break our FogBUGZ implementation.
Jim Causey
I'm not sure. I don't know what TLS is, but here are the docs on the PHP mail implementation...
Michael H. Pryor
TLS is an encryption protocol, and can be used with SMTP to provide secured, authenticated SMTP connections. See:
Jim Causey
It's difficult for me to tell which Dart mail component you guys are using; assuming it's the "Mail Tool" SSL/TLS authentication is not supported. It appears to only be supported by the "Secure Mail for .NET" component.
Jim Causey
Correct, we use the Mail Tool ActiveX Control. We also have the SSL tool, but that provides secure pop, not secure smtp (so we can receive via ssl).
Michael H. Pryor
Thanks for all your prompt attention and help!
Jim Causey
|