Marks
Verified User
- Joined
- Jul 13, 2019
- Messages
- 121
PHPMailer has the following error when trying to send email via the hosting account:
SMTP connect() failed
But when sending by the same script through my localhost WAMP server, it sends normally.
Through exim maillog I have the following errors:
2021-10-05 19:19:03 TLS error on connection from XXXX.XXX.X (WEBSITE.COM) [IP.IP.IP.IP.] (SSL_accept): NULL (TLSv1)
and also
SSL_accept (TLSv1)): error:14209102:SSL routines:tls_early_post_process_client_hello:unsupported protocol
host: mail.domain.com
port: 587
authentication: tls
email account username and password
SMTP connect() failed
But when sending by the same script through my localhost WAMP server, it sends normally.
Through exim maillog I have the following errors:
2021-10-05 19:19:03 TLS error on connection from XXXX.XXX.X (WEBSITE.COM) [IP.IP.IP.IP.] (SSL_accept): NULL (TLSv1)
and also
SSL_accept (TLSv1)): error:14209102:SSL routines:tls_early_post_process_client_hello:unsupported protocol
host: mail.domain.com
port: 587
authentication: tls
email account username and password