When developing a new email it is qute a hazzle to have to resend the email for each and every iteration.
Solution
Find a way to capture the email/notification class and its data, so that it can be serialized and then later reconstructed and re-sent whenever the user desires.
Tasks
[ ] Capture email or notification class name
[ ] Capture view data properties
[ ] Save data to the {uuid}.json metadata file
[ ] Add RecallController@get
[ ] Reconstruct and resend email of given UUID.
Initially I was planning that we would replace the old email, but I think it's better to have them as a new entry in the inbox.
About
When developing a new email it is qute a hazzle to have to resend the email for each and every iteration.
Solution
Find a way to capture the email/notification class and its data, so that it can be serialized and then later reconstructed and re-sent whenever the user desires.
Tasks
{uuid}.json
metadata fileRecallController@get
Initially I was planning that we would replace the old email, but I think it's better to have them as a new entry in the inbox.