Zeile 36 | Zeile 36 |
---|
global $lang, $mybb;
// For some reason sendmail/qmail doesn't like \r\n
|
global $lang, $mybb;
// For some reason sendmail/qmail doesn't like \r\n
|
| /*
|
$this->sendmail = @ini_get('sendmail_path'); if($this->sendmail) {
| $this->sendmail = @ini_get('sendmail_path'); if($this->sendmail) {
|
Zeile 43 | Zeile 44 |
---|
$this->message = str_replace("\r\n", "\n", $this->message); $this->delimiter = "\n"; }
|
$this->message = str_replace("\r\n", "\n", $this->message); $this->delimiter = "\n"; }
|
| */
|
// Some mail providers ignore email's with incorrect return-to path's so try and fix that here $this->sendmail_from = @ini_get('sendmail_from');
| // Some mail providers ignore email's with incorrect return-to path's so try and fix that here $this->sendmail_from = @ini_get('sendmail_from');
|