From b5674375009f9b9ca5c1e5313116af0f97a63b16 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 2 Nov 2009 02:37:36 +0000 Subject: #239825 by jeffschuler and bjaspan: Add support for OS-specific line endings on e-mails. --- sites/default/default.settings.php | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'sites/default') diff --git a/sites/default/default.settings.php b/sites/default/default.settings.php index b8b4dbbe7..e869027b7 100644 --- a/sites/default/default.settings.php +++ b/sites/default/default.settings.php @@ -166,6 +166,15 @@ $db_prefix = ''; */ $update_free_access = FALSE; +/** + * Line endings for e-mail messages + * + * Drupal automatically guesses the line-ending format appropriate for your + * system. If you need to override this, uncomment the statement below and set + * it to the line-ending string of your choice. + */ +# $conf['mail_line_endings'] = "\r\n"; + /** * Base URL (optional). * -- cgit v1.2.3