Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
914 views
in Technique[技术] by (71.8m points)

smtp - Symfony 5 Mailer

I am unable to make Symfony Mailer work on my hosting with Let's Encrypt SSL certificate installed:

My .env configuration:

MAILER_DSN=smtp://contact@[DOMAIN].com:[PASSWORD]@mail.[DOMAIN].com:465

Error:

request.CRITICAL: Uncaught PHP Exception SymfonyComponentMailerExceptionTransportException: "Connection could not be established with host "ssl://mail.[DOMAIN].com:465": stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed" at [SERVER ROOT].com/vendor/symfony/mailer/Transport/Smtp/Stream/SocketStream.php line 138 {"exception":"[object] (SymfonyComponentMailerExceptionTransportException(code: 0): Connection could not be established with host "ssl://mail.[DOMAIN].com:465": stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed at [SERVER ROOT].com/vendor/symfony/mailer/Transport/Smtp/Stream/SocketStream.php:138)"} []

question from:https://stackoverflow.com/questions/65849550/symfony-5-mailer

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...