Add line break configuration that is needed by many SMTP relay servers

This commit is contained in:
Alex Tselegidis 2023-07-27 16:11:57 +02:00
parent 8d7952ee44
commit c39dad618e
1 changed files with 2 additions and 0 deletions

View File

@ -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";