Mailcatcher is a super lightweight SMTP server that runs on your machine to catch outgoing emails for your Laravel application. It is most ideal to test your email flows and designs, and it's very simple to configure.
Use Cases
If you need to send emails from your application.
If you need a straightforward API to access captured emails for automated acceptance testing.