@tridnguyen/sendmail
v1.2.0
Published
Send email with Mailgun
Downloads
1
Readme
sendmail
Send email with Mailgun
Usage
const sendmail = require("@tridnguyen/sendmail");
await sendmail("Hello\nWorld", {
to: "[email protected]",
from: '"Me 👻" <[email protected]>',
subject: "Hello ✔",
});