-
Notifications
You must be signed in to change notification settings - Fork 115
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
Add Laravel 9 support using Symfony Mailer #173
Conversation
@fedeisas @sietzekeuning Please check this one |
Looks good to me! |
@fedeisas Please check |
Any updates on when this will be released, please? |
Good day, @ajohnson6494!
So I decided to clone your branch to take a look at what is going on. And then I saw this:
You haven't specified, or even created, a listener |
@ajohnson6494
And, definetely, do not forget to rename the config file and its key. Correct me, if I'm wrong 😄 |
@PostScripton Thanks for finding that, I have made a few updates, let me know if that is working better now. |
@fedeisas Thanks for merging this PR into master. Can you publish a new tag for this upgrade? Thanks in advance! |
@fedeisas Sorry for the ping, but how soon can you tag a new release please? |
Ouch, I just upgraded a project to Laravel v9 and now I'm stuck with a live server that generates ugly mails. Please release v5 soon :-) Meanwhile, I'll spend some "quality" time inlining my tags manually. |
@fedeisas Sorry to bother you, any plans to release this PR any time soon |
@fedeisas Could you please release this? |
FWIW we decided to stop using this package and move all CSS to |
This PR implements the new Symfony Mailer that was introduced in Laravel 9. This PR do introduce some breaking changes, so it is my recommendation to release this as version 5 of this package.
Special thanks to @stayallive for providing a great starting point for this update.
Closes #169