#idea-validation Would you pay for a service that gives you the ability to send emails from javascript without hosting anything?
service.apiKey = 'somekey';
service.sendEmail('tothis@address.com', 'body').then(...);
I had to build a landing page for myself and I created a "mini service" to send emails from js (as I didn't want to use MailChimp's UI). You will have a dashboard to manage "To:" addresses and billing.
Notes:
I had the same idea few months back and ended up finding this.
https://formsubmit.co/
Cool, it's not the exact idea, but close. I'm wondering if they are profitable with their current plan (that mostly seems free) + how is their spam going.
They make money when the user wants to see all the submits in a dashboard. If not in their email. other than that it seems free.,
Just out of curiosity. Are you a backend dev or front end?
Fullstack?