Skip to content

Node Express server that sends your test mails to Mailtrap

License

Notifications You must be signed in to change notification settings

nsmet/mailtrap-node-relay

Repository files navigation

Easy email testing with Mailtrap

How to

POST to http://todo.com/mailtrap

body: {
    inboxId: string, // Mailtrap inbox ID (visible in the URL of mailtrap)
    apiToken: string, // Mailtrap API token
    subject: string,
    messageHtml: string // HTML
}

About

Node Express server that sends your test mails to Mailtrap

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published