X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fmail.phh;h=14711661c9695986abe934d640f3eaa66d29931d;hb=7d851c64ec4a3a0fa219a5ae6dc9a02a0900149f;hp=d0d6ea726106173bf75a277b81a36f862d218c57;hpb=12aa3028366c25d641bd6f89a033d8b2c1ebb3f0;p=brisk.git diff --git a/web/Obj/mail.phh b/web/Obj/mail.phh index d0d6ea7..1471166 100644 --- a/web/Obj/mail.phh +++ b/web/Obj/mail.phh @@ -21,7 +21,8 @@ function brisk_mail($to, $subject, $text, $html) $mime = new Mail_mime($brisk_mail_hp); - $mime->setTXTBody($text); + // disabled to avoid client problems + // $mime->setTXTBody($text); $mime->setHTMLBody($html); $body = $mime->get(); @@ -33,4 +34,4 @@ function brisk_mail($to, $subject, $text, $html) return TRUE; } -?> \ No newline at end of file +?>