Issues Sending Mail
It can be pretty tricky to debug someone else's mail server issues, but here are the solutions to a few common issues we've seen users experience.
Unable to connect with STARTTLS: stream_socket_enable_crypto(): SSL operation failed with code 1
This usually means the TLS certificate of your mail server is invalid, misconfigured or self-signed. You can try adding this line to your .env:
MAIL_TLS_VERIFY_PEER=false
Then clear your config cache and try again. If that doesn't work, see other suggestions posted here.
Issues with Gmail
Please see the email configuration documentation for the extra steps needed for configuring email to send through Gmail.
Updated 2 days ago
Related Information