Local mailserver for development

Debugging emails in an application is usually very tedious. Some frameworks and libraries try to help you with debugging, but even the best tools usually fail when it comes to batch sending mails.

The best way to debug emails on your local development machine is having a small mailserver installed that does not actually send mails in the wild, but collects them locally.

keep on reading