8000 [9.x] Add Symfony Mailer to Upgrade Guide by Jubeki · Pull Request #7454 · laravel/docs · GitHub
[go: up one dir, main page]

Skip to content

[9.x] Add Symfony Mailer to Upgrade Guide #7454

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 8000 related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 18 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add empty line
Co-authored-by: Dries Vints <dries@vints.io>
  • Loading branch information
Jubeki and driesvints authored Nov 25, 2021
commit f3c3aeef8b165e44f257a1e4f85c1489ed96388a
1 change: 1 addition & 0 deletions upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ It is no longer possible to force a reconnection (for example when the mailer is
composer require symfony/amazon-mailer

###### Mailgun

To continue using the Mailgun Mailer you are required to use the underlying Symfony Mailgun Mailer:

composer require symfony/mailgun-mailer
Expand Down
0