Comment by edgyquant
4 years ago
This is why at my startup we have a “sent_emails” table with the to and from addresses, email type and a template id (if applicable.) Saved a lot of headaches
4 years ago
This is why at my startup we have a “sent_emails” table with the to and from addresses, email type and a template id (if applicable.) Saved a lot of headaches
Yup and we have deduplication logic anyway from day one.
It was easy for us to figure out the 8,000 since we log every message.
Additionally, you have some sort of paper trail you can use in GDPR or T&C disputes.