Add line break configuration that is needed by many SMTP relay servers
This commit is contained in:
parent
8d7952ee44
commit
c39dad618e
1 changed files with 2 additions and 0 deletions
|
@ -14,3 +14,5 @@ $config['mailtype'] = 'html'; // or 'text'
|
||||||
// $config['smtp_pass'] = '';
|
// $config['smtp_pass'] = '';
|
||||||
// $config['smtp_crypto'] = 'ssl'; // or 'tls'
|
// $config['smtp_crypto'] = 'ssl'; // or 'tls'
|
||||||
// $config['smtp_port'] = 25;
|
// $config['smtp_port'] = 25;
|
||||||
|
// $config['crlf'] = "\r\n";
|
||||||
|
// $config['newline'] = "\r\n";
|
||||||
|
|
Loading…
Reference in a new issue