summaryrefslogtreecommitdiff
path: root/Postman/Postman-Mail/Zend-1.12.10
diff options
context:
space:
mode:
authoryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2018-04-04 19:17:51 +0000
committeryehudah <yehudah@b8457f37-d9ea-0310-8a92-e5e31aec5664>2018-04-04 19:17:51 +0000
commit62b95f35576ea9b9178b900f9480fed0466211a2 (patch)
tree746cfdf1c0cdc8408b312870f881ed3684d8d60b /Postman/Postman-Mail/Zend-1.12.10
parenta83767b57bb15075e775f2336cfd77225b155799 (diff)
downloadPost-SMTP-62b95f35576ea9b9178b900f9480fed0466211a2.zip
notification & new gmail client
Diffstat (limited to 'Postman/Postman-Mail/Zend-1.12.10')
-rw-r--r--Postman/Postman-Mail/Zend-1.12.10/Mail/Transport/Abstract.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Postman/Postman-Mail/Zend-1.12.10/Mail/Transport/Abstract.php b/Postman/Postman-Mail/Zend-1.12.10/Mail/Transport/Abstract.php
index 5ff71bc..791d422 100644
--- a/Postman/Postman-Mail/Zend-1.12.10/Mail/Transport/Abstract.php
+++ b/Postman/Postman-Mail/Zend-1.12.10/Mail/Transport/Abstract.php
@@ -132,7 +132,7 @@ abstract class Postman_Zend_Mail_Transport_Abstract
if (!$type) {
if ($this->_mail->hasAttachments) {
$type = Postman_Zend_Mime::MULTIPART_MIXED;
- } elseif ($this->_mail->getBodyText() && $this->_mail->getBodyHtml()) {
+ } elseif ($this->_mail->getBodyText() && $this->_mail->getBodyHtml() ) {
$type = Postman_Zend_Mime::MULTIPART_ALTERNATIVE;
} else {
$type = Postman_Zend_Mime::MULTIPART_MIXED;