Blog
Thoughts on AI, building apps, and coding from around the world.
How to setup a Stripe Webhook
Email Capture with Nodemailer
The first thing we do when we get a landing page up and running to test out an idea is that there's one main feature that's a requirement, and that's a way to capture emails from potential customers. A longer-term solution is using a service like Mailchimp, Klaviyo & etc but to get something up and running quickly we can just use Nodemailer to send ourselves the emails of potential customers.