From 5a666cb2ebedb1d20d46e8f42e5f11082b78a587 Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tvdijen@gmail.com>
Date: Fri, 1 Sep 2017 11:02:25 +0200
Subject: [PATCH] Fix documentation

---
 config-templates/config.php | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/config-templates/config.php b/config-templates/config.php
index b9e9e0043..9c5ea13c8 100644
--- a/config-templates/config.php
+++ b/config-templates/config.php
@@ -55,7 +55,9 @@ $config = array(
     'technicalcontact_email' => 'na@example.org',
 
     /*
-     * Sender email should use the same domain as your application domain to prevent SPF record filtering
+     * The envelope from address for outgoing emails.
+     * This should be in a domain that has your application's IP addresses in its SPF record
+     * to prevent it from being rejected by mail filters.
      */
     //'sendmail_from' => 'no-reply@example.org',
 
-- 
GitLab