- Provides a basic REST client for using Mailtrap
- Mailtrap is a dummy SMTP service with an easy to use API
- Allows for easier integration testing for any email services in your project
- You can alias a gmail account for multiple accounts
- e.g. [email protected]
- Configure your project to use the SMTP details for your inbox
- Clone the repo and include the Mailtrap project in your solution
- Take a look at the tests project for basic usage
- Feel free to add any contributions, so far only the basics are covered
- Ideally operations should include a unit test to show usage