Official MailSlurp documentation
Developer documentation and guides for MailSlurp's email APIs. REST, SDKS, Graphql, SMTP and more. MailSlurp is an email and SMS API service for develop
MailSlurp is an email and SMS application programming interface for integrating email and TXT messages into your application. Find the developer portal and documentation for guides and reference documents.
Usage
The easiest way to get started with MailSlurp is by using the NPM node package.
npm install --save mailslurp-client
Create an inbox within your application to send and receive emails.
const inbox = await mailslurp.createInbox();
expect(inbox.emailAddress).toContain('@mailslurp');
Guides
Common language integrations
MailSlurp has SDK libraries for most common programming frameworks.
Csharp (.NET)
Golang
Java
NodeJS / Javascript / Typescript
PHP
Python
Ruby
For more clients see the developer documentation.