Skip to content

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

Merged
taylorotwell merged 1 commit into
laravel:7.xfrom
fragkp:add-auth-mode-for-smtp-mail-driver
Apr 30, 2020
Merged

[7.x] Allow configuring the auth_mode for SMTP mail driver#32616
taylorotwell merged 1 commit into
laravel:7.xfrom
fragkp:add-auth-mode-for-smtp-mail-driver

Conversation

@fragkp

@fragkp fragkp commented Apr 30, 2020

Copy link
Copy Markdown
Contributor

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