Test localhost email with a simplified SMTP server

By | May 29, 2015

CaptureFor checking the emails going out from your local server (without actually sending them).
Use papercut. https://papercut.codeplex.com/

 

If you’re using Laravel, then make sure to setup your app/config/mail.php correctly:

‘driver’ => ‘smtp’,
‘host’ => ‘localhost’,
‘port’ => <your papercut port>,
‘encryption’ => ”,

Leave a Reply

Your email address will not be published. Required fields are marked *