From d49484c9a65681f0ee41490c098a0b4d7a938c0e Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sun, 1 Feb 2009 03:55:40 +0000 Subject: Update the handling of the to field if the input field is an array --- core/config/sendmail.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/config') diff --git a/core/config/sendmail.php b/core/config/sendmail.php index ac1bdb1a..5da84abf 100644 --- a/core/config/sendmail.php +++ b/core/config/sendmail.php @@ -20,9 +20,9 @@ /** * PHP Mail Configuration parameters * from => email address that appears as the from address - * line-length => word wrap length + * line-length => word wrap length (PHP documentations suggest no larger tha 70 characters * reply-to => what goes into the reply to header */ $config["from"] = "admin@gallery3.com"; -$config["line_length"] = 75; +$config["line_length"] = 70; $config["reply_to"] = "public@gallery3.com"; -- cgit v1.2.3