Chassis / MailHog

Catch all the emails WordPress sends while you're developing using Chassis!
6 stars 3 forks source link
chassis chassis-extension mailhog wordpress

MailHog

A Chassis extension to install and configure MailHog on your server.

With this extension, MailHog will act as a fake mail server, showing your email in the browser rather than sending it to the email address. This is great for testing where you don't want the emails to actually be sent, but still need access to them.

Global Installation

We recommend installing this extension globally to make it available on every Chassis box.

git clone https://github.com/Chassis/MailHog ~/.chassis/extensions/mailhog

Project Installation

  1. Add this extension to your extensions directory git clone git@github.com:Chassis/MailHog.git extensions/mailhog or alternatively add the following to one of your .yaml files:
    extensions:
     - chassis/mailhog
  2. Run vagrant provision
  3. Go to http://vagrant.local:8025/ to view your MailHog inbox.

That's it!

If you need to debug any problems, MailHog outputs logs to /var/log/mailhog/mailhog.log

Important Notes