Skip to content

v1.8.0

Choose a tag to compare

@finity-labs finity-labs released this 11 Jun 09:44

Added

  • Per-email view override — New overrideView() method on TemplateMail renders an email with your own Blade layout instead of the package's fin-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 via with() or extraData(). Existing emails are unaffected if you don't call it (#14, thanks @agencetwogether)

Full Changelog: v1.7.1...v1.8.0