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
minor #18765 [Mailer] Fix attachment changes (HeahDude)
This PR was squashed before being merged into the 6.3 branch.
Discussion
----------
[Mailer] Fix attachment changes
The title of symfony/symfony#47711 did not change before merge, but actually only `attachPart` has been deprecated (renamed) in favor of `addPart`.
I did not reintroduce the other methods as they may be deprecated in 7.1, so no need to document a way that may change in a few months.
Also the `BodyFile` class has been renamed in symfony/symfony#48060 whereas the use in the example code was correct.
Commits
-------
46923d0 [Mailer] Fix attachment changes
0 commit comments