You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: