This month’s pick isÂ
MailHog. MailHog is an email-testing tool with a fake SMTP server that catches the outgoing emails and makes them available to you via their Web interface or Rest API.
So, during development, you can use the AdonisJS SMTP Mail driver and set the host/port to the MailHog server. Now, all the emails will be forwarded to MailHog (instead of delivering to the actual recipients), and you can view them inside their Web interface.