https://github.com/osTicket/osTicket-1.8/issues/202#issuecomment-32816077Hi,Today we had our server people fix issues with outbound emails via the osTicket system, and it was working fine up until about two hours ago. They have not changed any settings, neither have we.The emails that are sent via the "Diagnostics" tab or automated emails contain no text and on mobile devices it displays this:Content-Transfer-Encoding: base64
Content-Type: text/plain; charset=utf-8
dGVzdA==and in email clients it displays blank emails.The full source of the email is this:Return-path: <apache@coc.xen-09.server.netland.nl>
Envelope-to:
Delivery-date: Wed, 19 Mar 2014 23 +0100
Received: from coc.xen-09.server.netland.nl ()
by vserver85.axc.nl with esmtp (Exim 4.82)
(envelope-from <apache@coc.xen-09.server.netland.nl>)
id 1WQOzz-0008Bl-6p
for ; Wed, 19 Mar 2014 23 +0100
Received: by coc.xen-09.server.netland.nl (Postfix, from userid 48)
id 46F4D1882E2; Wed, 19 Mar 2014 23 +0100 (CET)
To:
Subject: osTicket test email
X-PHP-Originating-Script: 512.php
Content-Type: multipart/alternative;
boundary="=_556ecd00cb317e1772cc7ef558e1807a"
MIME-Version: 1.0
From: "Support" <info@jongenout.nl>
Date: Wed, 19 Mar 2014 23 +0100
Message-ID: <.E8wHH7uiZH1X6VM-info@jongenout.nl>
X-Mailer: osTicket Mailer
X-EsetId: 5D8ABF3DF400FD370ACEE1
--=_556ecd00cb317e1772cc7ef558e1807a
Content-Transfer-Encoding: base64
Content-Type: text/plain; charset=utf-8
dGVzdA==
--=_556ecd00cb317e1772cc7ef558e1807a
Content-Transfer-Encoding: base64
Content-Type: text/html; charset=utf-8
dGVzdA==
--=_556ecd00cb317e1772cc7ef558e1807a--
How can this be fixed?