mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-07 20:12:42 +00:00
Changed CakeEmail transport to 8bit
This commit is contained in:
parent
cdc21e46cb
commit
bd291456e8
1 changed files with 1 additions and 1 deletions
|
@ -663,7 +663,7 @@ class CakeEmail {
|
|||
} elseif ($this->_emailFormat === 'both') {
|
||||
$headers['Content-Type'] = 'multipart/alternative; boundary="alt-' . $this->_boundary . '"';
|
||||
}
|
||||
$headers['Content-Transfer-Encoding'] = '7bit';
|
||||
$headers['Content-Transfer-Encoding'] = '8bit';
|
||||
|
||||
return $headers;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue