Skip to content
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

[9.x] Update from Swift Mailer to Symfony Mailer #7306

Merged
merged 5 commits into from
Sep 14, 2021
Merged

[9.x] Update from Swift Mailer to Symfony Mailer #7306

merged 5 commits into from
Sep 14, 2021

Conversation

Jubeki
Copy link
Contributor

@Jubeki Jubeki commented Sep 12, 2021

Laravel 9.x will use the Symfony Mailer instead of the discontinued SwiftMailer.
Waiting for laravel/framework#38481 to be merged.

Changes:

  • Guzzle is no longer needed because symfony-http will be used by the API Transports instead.
  • Each Transport now has now a symfony transport install (except array and log)

Unchanged:

  • Config entries

Some things which should be discussed:

@taylorotwell taylorotwell marked this pull request as draft September 12, 2021 18:10
@driesvints
Copy link
Member

Thank you @Jubeki

mail.md Outdated Show resolved Hide resolved
@Jubeki Jubeki marked this pull request as ready for review September 14, 2021 13:58
mail.md Show resolved Hide resolved
@taylorotwell taylorotwell merged commit eb61685 into laravel:master Sep 14, 2021
@Jubeki Jubeki deleted the symfony-mailer branch September 15, 2021 07:57
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.

3 participants