Skip to content

Commit

Permalink
Enable the line break configuration by default so that email render c…
Browse files Browse the repository at this point in the history
…orrectly with any email provider
  • Loading branch information
alextselegidis committed Jan 31, 2024
1 parent 1fcaeb4 commit d680d9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/config/email.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
// $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";

0 comments on commit d680d9c

Please sign in to comment.