We are using the forums internally (intranet) running on a Windows server/ AD Domain. Unfortunately, I don't have access any servers outside of the one XenForo in running on. I can however have the infrastructure team update/or correct the issue if I know where to make the change. I'm fine with using anyone option SMTP/PHP.
Initially all worked well using SMTP, but now I get this message after upgrading to V2.3.4
Using SMTP I add the server a smtp.MYDOMAIN.com and port 25; however now I'm getting this error:
I decided to test PHP built-in mail system, and I get this:
Thanks in advance for any tips on TS and getting this working once again.
Initially all worked well using SMTP, but now I get this message after upgrading to V2.3.4
Using SMTP I add the server a smtp.MYDOMAIN.com and port 25; however now I'm getting this error:
Symfony\Component\Mailer\Exception\TransportException: Email to me@MYDOMAIN.com from Admin@MYDOMAIN.com failed: Unable to connect with STARTTLS: stream_socket_enable_crypto(): Peer certificate CN=`WEBMAIL.MYDOMAIN.COM' did not match expected CN=`smtp.MYDOAMIN.com' src\vendor\symfony\mailer\Transport\Smtp\Stream\SocketStream.php:171
I decided to test PHP built-in mail system, and I get this:
Symfony\Component\Mailer\Exception\TransportException: Email to me@MYDOMAIN.com from Admin@MYDOMAIN.com failed: Connection could not be established with host "localhost:25": stream_socket_client(): Unable to connect to localhost:25 (No connection could be made because the target machine actively refused it) src\vendor\symfony\mailer\Transport\Smtp\Stream\SocketStream.php:154
Thanks in advance for any tips on TS and getting this working once again.