v1.5.0
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
nullif not set, so existing templates are unaffected. TheTemplateMailmailable also gains anoverrideReplyTo()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.