Record the emails sent from your application
Change your test email to a PutsBox email, then you will be able to inspect all emails being sent.
Some use cases:
- To implement full acceptance tests with Capybara, Ghost Inspector, Selenium etc - You can test if your application is sending the emails properly.
- To benchmark by checking the First and Last received emails timestamps, or by checking the numbers of emails received within a period.
Looking for some examples? Have a look at Test emails with automated testing tools.