mirror of
https://github.com/cytopia/devilbox.git
synced 2025-02-20 17:33:05 +00:00
Documentation: Email catch-all
This commit is contained in:
parent
794f037727
commit
64b08f61bf
17
docs/getting-started/email-catch-all.rst
Normal file
17
docs/getting-started/email-catch-all.rst
Normal file
@ -0,0 +1,17 @@
|
||||
.. _getting_started_email_catch_all:
|
||||
|
||||
***************
|
||||
Email catch-all
|
||||
***************
|
||||
|
||||
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.
|
||||
|
||||
.. image:: /_static/img/devilbox-email-catch-all.png
|
||||
|
||||
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.
|
@ -26,7 +26,9 @@ devilbox documentation
|
||||
getting-started/directory-overview
|
||||
getting-started/create-your-first-project
|
||||
getting-started/read-log-files
|
||||
getting-started/email-catch-all
|
||||
getting-started/enter-the-php-container
|
||||
getting-started/the-intranet
|
||||
|
||||
|
||||
.. toctree::
|
||||
|
Loading…
x
Reference in New Issue
Block a user