Welcome Guest, Not a member yet? Register   Sign In
SMTP Email
#2

(This post was last modified: 07-30-2020, 12:47 PM by tgix.)

Just a thought - could the server still be using SSL? The email library seems to try to enable TLS (line 1880 in system/email/Email.php).
Just try changing that to another crypto type, for example STREAM_CRYPTO_METHOD_ANY_CLIENT, see https://www.php.net/manual/en/function.s...crypto.php

Or... investigating further: STREAM_CRYPTO_METHOD_TLS_CLIENT = TLS 1.0 only since PHP 5.6.7 it seems.
If the server is modern, then TLS 1.0 is probably not supported and 1.1 or 1.2 is required.
Reply


Messages In This Thread
SMTP Email - by Chroma - 07-30-2020, 09:38 AM
RE: SMTP Email - by tgix - 07-30-2020, 12:39 PM
RE: SMTP Email - by Chroma - 07-30-2020, 01:26 PM
RE: SMTP Email - by tgix - 07-30-2020, 09:27 PM
RE: SMTP Email - by Chroma - 07-30-2020, 11:11 PM
RE: SMTP Email - by tgix - 07-31-2020, 12:43 AM
RE: SMTP Email - by Chroma - 08-09-2020, 01:40 AM
RE: SMTP Email - by tgix - 08-09-2020, 02:09 AM
RE: SMTP Email - by Chroma - 08-09-2020, 09:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB