-
Bug ReportDescribe the Bug:
The two emails end up going to different people with different markup and design, so I don't think this is a "bulk email" situation, but rather that I really would like to kick off two separate emails from this Event. Is that no longer possible? Would I have to make a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Names must be unique, but they can reference any delivery method: deliver_by :email
deliver_by :admin_email, class: "Noticed::DeliveryMethods::Email" |
Beta Was this translation helpful? Give feedback.
Names must be unique, but they can reference any delivery method: