v1.8.0
Added
- Per-email view override — New
overrideView()method onTemplateMailrenders an email with your own Blade layout instead of the package'sfin-mail::email.default, while keeping database-driven templates, token replacement, theming, logging, and attachments. The custom view receives the same variables as the default one ($body,$preheader,$theme,$branding) plus anything passed viawith()orextraData(). Existing emails are unaffected if you don't call it (#14, thanks @agencetwogether)
Full Changelog: v1.7.1...v1.8.0