wplib / wplib-box

The Best Local Dev Server for WordPress Developers
https://wplib.github.io/box-docs/
MIT License
209 stars 24 forks source link

Add Mailcatcher/mailhog integration #23

Closed andreasnrb closed 8 years ago

andreasnrb commented 8 years ago

I think Mailcatcher or Mailhog integration would be a nice addition and it should be enabled by default. https://github.com/sj26/mailcatcher is used by VVV. https://github.com/mailhog/MailHog looks more interesting I think at least the UI is prettier and there is less dependencies. It also has an REST API which could be usefull if one wants to make a plugin that integrates with the debug bar. Both Mailcatcher and MailHog have dockercontainers.

mikeschinkel commented 8 years ago

@andreasnrb Sounds like a good idea. Thanks!

@clubdeuce ?

clubdeuce commented 8 years ago

@mikeschinkel This had been on my mind as well. Just had not yet gotten around to investigating.

mikeschinkel commented 8 years ago

@clubdeuce We have a plugin for MailHog from @andreasnrb:

andreasnrb commented 8 years ago

Its still very early alpha. But it lists mails after you have added correct settings in Tools->Mailhog. Just used my vagrant ip as default currently. Will add notification and configuration test later.