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

[10.x] Mail-component uses embed-syntax deprecated with Symfony Mailer 6.2 #46462

Closed
neufeind opened this issue Mar 14, 2023 · 1 comment · Fixed by #46488
Closed

[10.x] Mail-component uses embed-syntax deprecated with Symfony Mailer 6.2 #46462

neufeind opened this issue Mar 14, 2023 · 1 comment · Fixed by #46488

Comments

@neufeind
Copy link

  • Laravel Version: 10.0.0

Description:

According to the Symfony-documentation at https://symfony.com/doc/current/mailer.html#embedding-images the use of embed() and embedFromPath() is deprecated with Symfony 6.2. Laravel 10.0 uses 6.2 and still makes use of the deprecated methods in vendor/laravel/framework/src/Illuminate/Mail/Message.php

Whilel Laravel can keep the existing API it should use the new Symfony-API internally and not the deprecated methods.

@driesvints
Copy link
Member

Thanks for notifying us. A PR has been made so let's see how it goes.

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 a pull request may close this issue.

2 participants