mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
Enable the line break configuration by default so that email render correctly with any email provider
This commit is contained in:
parent
1fcaeb462f
commit
d680d9cde6
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue