From bdedf4579270564ea77067154b784a12d2f3c1c4 Mon Sep 17 00:00:00 2001 From: itheiss Date: Tue, 26 Mar 2013 10:27:40 +0100 Subject: [PATCH] Update to reflect new parameter mail_domain Fix for #2499 --- .../configuration/configuration_mail.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/admin_manual/configuration/configuration_mail.rst b/admin_manual/configuration/configuration_mail.rst index f483cef38..a52d641a3 100644 --- a/admin_manual/configuration/configuration_mail.rst +++ b/admin_manual/configuration/configuration_mail.rst @@ -199,6 +199,22 @@ press the login button the login mask reappears and a **I’ve forgotten my pass Trouble shooting ---------------- +My web domain is different from my mail domain? +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +The default domain name used for the sender address is the hostname where your ownCloud installation is served. +If you have a different mail domain name you can override this behavior by setting the following configuration parameter: + +.. code-block:: php + + "example.com", + +Now every mail send by ownCloud e.g. password reset email, will have the domain part of the sender address look like:: + + no-reply@example.com + How can I find out if a SMTP server is reachable? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~