Send Emails the easy way.
You can now send emails from your email account to your customers with Thunder Mail's easy to use SDKs or use the API
Get StartedCode the way
you like
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
import { ThunderMail } from 'thundermail'; const thundermail = new ThunderMail('tim_12345678'); (async function() { const { data, error } = await thundermail.emails.send({ from: 'onboarding@gmail.com', to: 'delivered@google.com', subject: 'Hello World', html: '<strong>it works!</strong>' }); if (error) { return console.log(error); } console.log(data); })();
SDKs for other languages coming soon. Connect with me on twitter thepradipvc , if you would like to build an SDK for your favorite language
Integrate with your favorite tools today
Sending emails has never been easier than with Thunder Mail.
- Step 1Setup accountSign up for an account and link your gmail account from the dashboard.
- Step 2Create an API KeyCreate an API Key from the dashboard to use with the thundermail SDK.
- Step 3Start sending EmailsIt's that simple. Try out Thunder Mail today - it realy takes less than a minute.
