constant MAIL_LINE_ENDINGS
Auto-detect appropriate line endings for e-mails.
$conf['mail_line_endings'] will override this setting.
Archivo
- drupal-7.x/
includes/ mail.inc, line 13 - API functions for processing and sending e-mail.
Código
define('MAIL_LINE_ENDINGS', isset($_SERVER['WINDIR']) || strpos($_SERVER['SERVER_SOFTWARE'], 'Win32') !== FALSE ? "\r\n" : "\n")