Hacker News new | ask | show | jobs
by handzhiev 744 days ago
I would add a simple db to save the form submissions - this way there would be no risk of losing data in case the email did not arrive
1 comments

I agree, I even went the other way and removed the email notification and just kept an embedded SQLite database. I figured that's more reliable than hoping the emails always end up in my inbox.