Welcome Guest, Not a member yet? Register   Sign In
Support for SMTP over TLS (STARTTLS)
#5

[eluser]Unknown[/eluser]
[quote author="Miles" date="1330031943"]As of 2.1.0, you can accomplish this without extending the Email class...

Solution:
For TLS: $config['smtp_crypto'] = 'tls';
For SSL: $config['smtp_crypto'] = 'ssl';

Tested it today and it works great![/quote]

I'm running into this issue now. Has this config variable been confirmed? I'm still having trouble over all with getting Freeform (and by extension email sent through the Communicate tab in the CP) and I'm just trying to eliminate things like this so their Exchange Server admin can stop blaming EE and start looking into this from his end. I did have to hack the CI email library to overwrite the port (587 instead of 25) and I had to change the newline and crlf variables to /r/n instead of just /n. Anything else I might have missed? Any other changed to the CI email library that need to be made? Other hidden config variables that need to be set?


Messages In This Thread
Support for SMTP over TLS (STARTTLS) - by El Forum - 06-24-2010, 10:43 AM
Support for SMTP over TLS (STARTTLS) - by El Forum - 07-26-2010, 04:39 PM
Support for SMTP over TLS (STARTTLS) - by El Forum - 07-27-2010, 04:51 PM
Support for SMTP over TLS (STARTTLS) - by El Forum - 02-23-2012, 02:19 PM
Support for SMTP over TLS (STARTTLS) - by El Forum - 02-13-2013, 08:50 AM
Support for SMTP over TLS (STARTTLS) - by El Forum - 02-13-2013, 01:42 PM



Theme © iAndrew 2016 - Forum software by © MyBB