mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
Merge branch '1.3' of github.com:cakephp/cakephp1x into 1.3
This commit is contained in:
commit
92ff9ccae0
1 changed files with 1 additions and 1 deletions
|
@ -505,8 +505,8 @@ class EmailComponent extends Object{
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!empty($this->attachments)) {
|
|
||||||
$this->__createBoundary();
|
$this->__createBoundary();
|
||||||
|
if (!empty($this->attachments)) {
|
||||||
$this->__header[] = 'MIME-Version: 1.0';
|
$this->__header[] = 'MIME-Version: 1.0';
|
||||||
$this->__header[] = 'Content-Type: multipart/mixed; boundary="' . $this->__boundary . '"';
|
$this->__header[] = 'Content-Type: multipart/mixed; boundary="' . $this->__boundary . '"';
|
||||||
$this->__header[] = 'This part of the E-mail should never be seen. If';
|
$this->__header[] = 'This part of the E-mail should never be seen. If';
|
||||||
|
|
Loading…
Add table
Reference in a new issue