You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: