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
I tried using affects-mails according to the example in the docs today.
Didn't work as expected, got an error that my mailer didn't have a setFrom() method.
I checked, the Mailer associated with my ConfigureMails event is an Illuminate\Mail\Mailer, not a Swift_Mailer.
Is the example outdated or did I do something wrong?
(tenancy/affects-mails, Laravel 7)
The text was updated successfully, but these errors were encountered:
Yeah no worries as I got it working. Was just asking because I stumbled over it. If someone can confirm that this is in fact the case I'd submit a quick update for the docs.
I tried using affects-mails according to the example in the docs today.
Didn't work as expected, got an error that my mailer didn't have a setFrom() method.
I checked, the Mailer associated with my ConfigureMails event is an Illuminate\Mail\Mailer, not a Swift_Mailer.
Is the example outdated or did I do something wrong?
(tenancy/affects-mails, Laravel 7)
The text was updated successfully, but these errors were encountered: