mailamie

Mailamie is a pretty simple Catch All SMTP Server for local testing completely written in PHP and based on the great work made by the folks at ReactPhp. Sometime you just need a simple tool to verify that some legacy project, without tests in place or with some very complex environment, sends the right emails to the right people.

Surely there’re many valid tools out there for the job but as it’s not something happening every day it’s pretty cumbersome having to install these tools.

It’s in no way a replacement for more complete tools such as Mailhog as it doesn’t actually check SMTP implementantion details, instead it only cares about getting emails headers and body for high level delivery testing.

Mailamie can be used directly from the CLI, or directly from the browser. The library requires PHP 7.4 and higher, released under MIT License. More information at https://github.com/micc83/mailamie

LEAVE A REPLY

Please enter your comment!
Please enter your name here