Zeile 6 | Zeile 6 |
---|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* $Id: class_mailhandler.php 5810 2012-04-20 11:23:39Z Tomm $
| * $Id$
|
*/
/**
| */
/**
|
Zeile 282 | Zeile 282 |
---|
*/ function set_common_headers() {
|
*/ function set_common_headers() {
|
| global $mybb;
|
// Build mail headers $this->headers .= "From: {$this->from}{$this->delimiter}";
| // Build mail headers $this->headers .= "From: {$this->from}{$this->delimiter}";
|
Zeile 312 | Zeile 314 |
---|
} $this->headers .= "Content-Transfer-Encoding: 8bit{$this->delimiter}"; $this->headers .= "X-Priority: 3{$this->delimiter}";
|
} $this->headers .= "Content-Transfer-Encoding: 8bit{$this->delimiter}"; $this->headers .= "X-Priority: 3{$this->delimiter}";
|
$this->headers .= "X-MSMail-Priority: Normal{$this->delimiter}";
| |
$this->headers .= "X-Mailer: MyBB{$this->delimiter}"; $this->headers .= "MIME-Version: 1.0{$this->delimiter}"; }
| $this->headers .= "X-Mailer: MyBB{$this->delimiter}"; $this->headers .= "MIME-Version: 1.0{$this->delimiter}"; }
|