Issues Sending Mail

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.


Related Information