From 2cdb64eb41a8e05831cde73c39a00c2878b43328 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 14 Oct 2017 18:21:56 +0300 Subject: [PATCH] Updated Troubleshooting Mail (markdown) --- Troubleshooting-Mail.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Troubleshooting-Mail.md b/Troubleshooting-Mail.md index b96e4e0..1a3af8c 100644 --- a/Troubleshooting-Mail.md +++ b/Troubleshooting-Mail.md @@ -1,3 +1,7 @@ +## No mail server + +You can choose to _NOT_ configure a mail server, by not providing the `MAIL_URL` & `MAIL_FROM` environment parameters. Instead the mail message will be send to the terminal output. See [FAQ](https://github.com/wekan/wekan/wiki/FAQ#show-mails-with-a-docker-image-without-mail-configuration) for more info. + ## Email servers Standalone Wekan uses SMTP server for sending email invitations etc. @@ -10,10 +14,6 @@ Wekan Email settings are required in both MAIL_URL and Admin Panel. If you want to receive Email to Wekan, use [Huginn](https://github.com/wekan/wekan/issues/1160) to get E-mail from mailserver and have Huginn to use Wekan REST API to add card to Wekan board. -## No mail server - -You can choose to _NOT_ configure a mail server, by not providing the `MAIL_URL` & `MAIL_FROM` environment parameters. Instead the mail message will be send to the terminal output. See [FAQ](https://github.com/wekan/wekan/wiki/FAQ#show-mails-with-a-docker-image-without-mail-configuration) for more info. - ## Postfix If you want to configure a mail server, you could use a mail server out-side of your machine (like the example above). Or you could start another Docker container which runs Postfix (try the [`marvambass/versatile-postfix`](https://hub.docker.com/r/marvambass/versatile-postfix/) Docker image).