mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-05 04:14:18 +00:00
24 lines
716 B
Markdown
24 lines
716 B
Markdown
# Documentation
|
|
|
|
[Home](https://github.com/cytopia/devilbox) |
|
|
[Overview](README.md) |
|
|
[Configuration](Configuration.md) |
|
|
[Usage](Usage.md) |
|
|
[Updating](Updating.md) |
|
|
[Info](Info.md) |
|
|
[PHP Projects](PHP_Projects.md) |
|
|
Emails |
|
|
[Logs](Logs.md) |
|
|
[Intranet](Intranet.md) |
|
|
[FAQ](FAQ.md)
|
|
|
|
----
|
|
|
|
## Emails
|
|
|
|
You can send emails from within your PHP projects without having to worry to accidentally sending them out.
|
|
|
|
All emails to whatever recipients are kept inside by a catch-all functionality from within the `php` container (using postfix).
|
|
|
|
In order to view the sent emails, use the bundled devilbox intranet and go to the Emails menu. For more information about this see the **[Intranet](Intranet.md)** section.
|