Skip to content

[7.x] Allow configuring the auth_mode for SMTP mail driver #32616

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 30, 2020
Merged

[7.x] Allow configuring the auth_mode for SMTP mail driver #32616

merged 1 commit into from
Apr 30, 2020

Conversation

fragkp
Copy link
Contributor

@fragkp fragkp commented Apr 30, 2020

Hi!

This PR adds the auth_mode for SMTP mail driver as new option.
Sometimes it's useful to set explicit the auth_mode when you do not want to handle it by itself.

Possible values are: null, plain, login or cram-md5 (Docs)

After this PR is merged, I will create one on laravel/laravel.

@taylorotwell taylorotwell merged commit a8c2c7d into laravel:7.x Apr 30, 2020
@fragkp fragkp deleted the add-auth-mode-for-smtp-mail-driver branch April 30, 2020 22:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants