Skip to content

v1.5.0

Choose a tag to compare

@finity-labs finity-labs released this 25 Apr 21:07

Added

  • Reply-To support for templates — Each template can now have its own reply-to address and name, configurable from the template settings tab. Falls back to null if not set, so existing templates are unaffected. The TemplateMail mailable also gains an overrideReplyTo() setter for runtime overrides (#9, thanks @agencetwogether)
  • Reply-to translations added to all 58 supported locales

Notes

A new migration is included (add_reply_to_on_email_templates_table). Run php artisan migrate after upgrading.