Plugin update from Skippy, fixes #2251
git-svn-id: https://develop.svn.wordpress.org/trunk@3447 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a3b37a3efd
commit
f5d1124575
@ -645,7 +645,7 @@ class wpdbBackup {
|
||||
// Add a multipart boundary above the plain message
|
||||
$message = "This is a multi-part message in MIME format.\n\n" .
|
||||
"--{$boundary}\n" .
|
||||
"Content-Type: text/plain; charset=\"iso-8859-1\"\n" .
|
||||
"Content-Type: text/plain; charset=\"utf-8\"\n" .
|
||||
"Content-Transfer-Encoding: 7bit\n\n" .
|
||||
$message . "\n\n";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user