diff options
Diffstat (limited to 'core/config/sendmail.php')
-rw-r--r-- | core/config/sendmail.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/config/sendmail.php b/core/config/sendmail.php index 5da84abf..fd9c81dc 100644 --- a/core/config/sendmail.php +++ b/core/config/sendmail.php @@ -26,3 +26,4 @@ $config["from"] = "admin@gallery3.com"; $config["line_length"] = 70; $config["reply_to"] = "public@gallery3.com"; +$config["header_separator"] = "\n"; |