Hi everyone,
What is the cause of the following error message:
“Unable to connect with TLS encryption Log data: ++ Starting Swift_SmtpTransport << 220-35-236-118-198.cprapid.com ESMTP Exim 4.96 #2 Mon, 31 Jul 2023 14:55:26 -0700 220-We do not authorize the use of this system to transport unsolicited, 220 and/or bulk e-mail. >> EHLO mautic.devced.com << 250-35-236-118-198.cprapid.com Hello mautic.devced.com [35.236.118.198] 250-SIZE 52428800 250-8BITMIME 250-PIPELINING 250-PIPECONNECT 250-AUTH PLAIN LOGIN 250-STARTTLS 250 HELP >> STARTTLS << 220 TLS go ahead !! Unable to connect with TLS encryption (code: 0)
++ Starting Swift_SmtpTransport << 220-35-236-118-198.cprapid.com ESMTP Exim 4.96 #2 Mon, 31 Jul 2023 14:55:26 -0700 220-We do not authorize the use of this system to transport unsolicited, 220 and/or bulk e-mail. >> EHLO mautic.devced.com << 250-35-236-118-198.cprapid.com Hello mautic.devced.com [35.236.118.198] 250-SIZE 52428800 250-8BITMIME 250-PIPELINING 250-PIPECONNECT 250-AUTH PLAIN LOGIN 250-STARTTLS 250 HELP >> STARTTLS << 220 TLS go ahead !! Unable to connect with TLS encryption (code: 0)”
See the screenshot error message:
Swift_SmtpTransport is used by Mautic as a tls transport. Swift_SmtpTransport is no longer available, according to this GitHub issue: Swift_MailTransport deprecated · Issue #866 · swiftmailer/swiftmailer · GitHub
If so, might we substitute something like symfony/mailer, available at Sending Emails with Mailer (Symfony Docs)?
What do you recommend as the troubleshooting steps to isolate this issue?
–
Regards,
Hal