Enable the line break configuration by default so that email render correctly with any email provider

This commit is contained in:
Alex Tselegidis 2024-01-31 11:23:33 +01:00
parent 1fcaeb462f
commit d680d9cde6

View file

@ -14,5 +14,5 @@ $config['mailtype'] = 'html'; // or 'text'
// $config['smtp_pass'] = '';
// $config['smtp_crypto'] = 'ssl'; // or 'tls'
// $config['smtp_port'] = 25;
// $config['crlf'] = "\r\n";
// $config['newline'] = "\r\n";
$config['crlf'] = "\r\n";
$config['newline'] = "\r\n";