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
So I researched a bit how other popular mail driver packages handle this and I saw two solutions. The sendgrid package uses the embedData method on the Illuminate\Mail\Message class to provide custom data. This is, in my opinion, not the cleanest solution, but the other solution would require not using the Notification class, but rely on a custom class like the mailgun package does.
Postal allows to tag messages send via their API. This would be a useful feature to add to this package.
The text was updated successfully, but these errors were encountered: