ErrorCode: '300', Message: 'Email should have either a text/plain
Looking for any assist on this one.
We moved to a new host and now use Postmark for email.
everything is working except our welcome emails wouldn't get sent, so we striped out the src links and we still get an SMTP error:
ErrorCode: '300', Message: 'Email should have either a text/plain or text/html Content-Type or contain a MIME part with one of those content types.'.
Received: from xxxxx.com (web1.xxxxx.com [184.106.133.27])
by smtp.postmarkapp.com (Postfix) with ESMTPA id AD2D2181CD
for <xxxxx@mail.usf.edu>; Sat, 9 Apr 2011 02:47:52 +0000 (UTC)
To:
xxxx@mail.usf.edu
Subject: Welcome to xxxxx.com test
Date: Sat, 9 Apr 2011 02:48:04 +0000
From: "xxxxx.com" <admin@xxxxxxx.com>
Message-ID: <d7edbc38c19e5a06a06e3729294664d3@xxxxx.com>
X-Priority: 3
X-Mailer: PHPMailer (phpmailer.sourceforge.net) [version 2.0.4]
Reply-To: xxxxx.com <admin@xxxxxx.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Content-Type: text/HTML; charset="UTF-8"
any thing we can do to our email.php file?