It starts with transactional email
One API, one SMTP relay. Same reliable payload from Node, Python, or a cron on the box.
1import Reloop from 'reloop-email';2
3const reloop = new Reloop(process.env.RELOOP_API_KEY);4
5await reloop.emails.send({6 from: 'Acme <onboarding@acme.dev>',7 to: ['maya@northwind.io'],8 subject: 'Welcome to Acme',9 template: 'welcome',10});React Email supported
Build responsive templates in React that render flawlessly in all inboxes.
Learn more