Create email addresses on demand then send and receive emails in code and tests. Test apps end-to-end with real email addresses
This repository contains examples of MailSlurp usage with a range of different languages and frameworks. See the README.md
or Makefile
in each module for more information.
See developer page for more guides and documentation. If you notice an issue in the examples please open an issue, pull request, or contact support.
If you wish to run these examples yourself:
.env
file in the root directory containing API_KEY=your-mailslurp-api-key
. cd
into the directory and run make test
or API_KEY=your-api-key make test
.Examples are hosted statically on mailtesting.net. The site is built using Jeykll and hosted on GitHub pages. To update the site run make
in the root directory. This will build the site. Commit the site and push to GitHub to update the live site.