From ec732a63601adb4755b3356d1b1f487975279ba3 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 2 Nov 2009 04:10:51 +0000 Subject: #239825 follow-up: Adjusting comments. --- modules/system/mail.sending.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules/system') diff --git a/modules/system/mail.sending.inc b/modules/system/mail.sending.inc index c0f0738ad..f80b6953c 100644 --- a/modules/system/mail.sending.inc +++ b/modules/system/mail.sending.inc @@ -50,7 +50,9 @@ class DefaultMailSystem implements MailSystemInterface { $message['to'], mime_header_encode($message['subject']), // Note: e-mail uses CRLF for line-endings. PHP's API requires LF - // on Unix and CRLF on Windows. See mail_line_endings in settings.php. + // on Unix and CRLF on Windows. Drupal automatically guesses the + // line-ending format appropriate for your system. If you need to + // override this, adjust $conf['mail_line_endings'] in settings.php. preg_replace('@\r?\n@', $line_endings, $message['body']), // For headers, PHP's API suggests that we use CRLF normally, // but some MTAs incorrectly replace LF with CRLF. See #234403. -- cgit v1.2.3