Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 269 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 269 Bytes

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
}