Add new event handler which will trigger a resend of an Email Message.
This will record the history of the resend in the message stream.
new action on EmailController - Resend Email (aggregate id)
- rehydrate email aggregate
- raise new events - message resent event, response receved (probably not a new event tbh)
- save to aggregate
Add new event handler which will trigger a resend of an Email Message.
This will record the history of the resend in the message stream.
new action on EmailController - Resend Email (aggregate id)