...
|
...
|
@@ -104,9 +104,7 @@ class Body { |
|
|
$bodyMiaoSuText = [
|
|
|
"This is a multi-part message in MIME format.",
|
|
|
"This is a multipart message in MIME format.",
|
|
|
"This is a MIME message. If you are reading this text, you may want to
|
|
|
consider changing to a mail reader or gateway that understands how to
|
|
|
properly handle MIME multipart messages.",
|
|
|
"This is a MIME message. If you are reading this text, you may want to\r\nconsider changing to a mail reader or gateway that understands how to\r\nproperly handle MIME multipart messages.",
|
|
|
// 'This is a MIME message.'
|
|
|
];
|
|
|
|
...
|
...
|
@@ -118,6 +116,7 @@ properly handle MIME multipart messages.", |
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
return $body;
|
|
|
|
|
|
}
|
...
|
...
|
|