configurando mail en pilos #2032
Closed
RonneyCuba
started this conversation in
General
Replies: 1 comment 1 reply
-
|
Hi @RonneyCuba the issue is, that your email servers STARTTLS certificate is invalid. You tried to set MAIL_ENCRYPTION to null to enforce plain smtp without STARTTLS. After looking into this issue I found the cause in a not so well documented change in the Laravel framework. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
me da este error cuando ejecuto docker compose exec app pilos-cli mail:test
Failed to send test email: Unable to connect with STARTTLS: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:
error:0A000086:SSL routines::certificate verify failed
esta es mi configuracion del .env
MAIL_MAILER=smtp
MAIL_HOST=correo.miempresa.cu
MAIL_PORT=25
MAIL_USERNAME=usario@miempresa.cu
MAIL_PASSWORD=password
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS=usario@miempresa.cu
MAIL_FROM_NAME="${APP_NAME}"
Beta Was this translation helpful? Give feedback.
All reactions