Important Announcement

Everybody is strongly encouraged to switch to the upcoming v1.0.0 release version to prevent unforseen issues upon merge to master.

Instructions here: https://github.com/cytopia/devilbox/pull/416.

6. Email catch-all

6.1. Devilbox Intranet

All your projects can send emails to whatever recipient. You do not have to worry that they will actually being sent. Each PHP container runs a local postfix mailserver that intercepts all outgoing mails and puts them into a local mailbox by the user devilbox.

In order to view sent emails open up the devilbox intranet http://localhost/mail.php. There you can also test email sending and verify that they really stay locally.

../_images/devilbox-intranet-emails.png

Devilbox intranet: email catch-all overview

In the above image from the intranet you can see that all emails sent to whatever recipient have been caught by the Devilbox and are available to be read.

6.2. MailHog

Instead of using the very basic Devilbox intranet UI for emails, you can also enable MailHog and use this to view sent email.s