Skip to content

Conversation

@LouisOb
Copy link
Contributor

@LouisOb LouisOb commented Dec 20, 2023

config/mail.php: Added option to skip SSL certificate verification for self signed certificates

Description

Using the current build the option to send mail with a self hosted SMTP server using a self signed SSL certificate is not possible. Adding the option to disable the verification process with the environmental variable MAIL_VERIFY_SSL allows to send mail.

Allowed values for MAIL_VERIFY_SSL are true or false. Default is true

Changelog

Added

  • config/mail.php
    'verify_peer' => env('MAIL_VERIFY_SSL', 'true'),

@alexjustesen alexjustesen added the feature New feature or request label Dec 20, 2023
@alexjustesen
Copy link
Owner

@alexjustesen alexjustesen merged commit 42d763b into alexjustesen:main Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants