Commit 0bb257db authored by jkaberg's avatar jkaberg

forgot to commit

parent ecfabd2d
...@@ -117,7 +117,7 @@ define('IMAP_SMTP_METHOD', 'smtp'); ...@@ -117,7 +117,7 @@ define('IMAP_SMTP_METHOD', 'smtp');
global $imap_smtp_params; global $imap_smtp_params;
// SMTP Parameters // SMTP Parameters
// mail : no params // mail : no params
$imap_smtp_params = array(); //$imap_smtp_params = array();
// sendmail // sendmail
//$imap_smtp_params = array('sendmail_path' => '/usr/bin/sendmail', 'sendmail_args' => '-i'); //$imap_smtp_params = array('sendmail_path' => '/usr/bin/sendmail', 'sendmail_args' => '-i');
// smtp // smtp
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment