I am using mimemail and just added a webform to my site. I configured it to use html for everything, but this is what I get from a webform: (special attention to Content-Type: text/plain; charset="utf-8")
From - Mon Jul 16 12:51:46 2007
X-Mozilla-Status: 0001
X-Mozilla-Status2: 00000000
Return-path: <webmaster@escoltesiguies.cat>
Envelope-to: webmaster@escoltesiguies.cat
Delivery-date: Mon, 16 Jul 2007 12:49:02 +0200
Received: from [72.232.73.42] (helo=www.escoltesiguies.cat)
by 501.hostxtremplus.net with esmtpa (Exim 4.66)
(envelope-from <webmaster@escoltesiguies.cat>)
id 1IAO8q-00017k-Vo
for webmaster@escoltesiguies.cat; Mon, 16 Jul 2007 12:49:02 +0200
Date: Mon, 16 Jul 2007 12:49:01 +0200
To: webmaster@escoltesiguies.cat
From: "webmaster@escoltesiguies.cat" <webmaster@escoltesiguies.cat>
Subject: Form submission from: Suggeriments
Message-ID: <ab933ef8066711fb500d9123f3d4e0fa@www.escoltesiguies.cat>
X-Priority: 3
X-Mailer: PHPMailer [version 1.73]
Array:
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="utf-8"
<p>Submitted on 07/16/2007 - 12:49<br />
Submitted by user: admin [85.48.253.144]</p>
<p>Submitted values are:<br />
Correu electrònic: <a href="mailto:enboig@gmail.com">enboig@gmail.com</a><br />
Suggeriment: segona prova d'html</p>
<p>The results of this submission may be viewed at:<br />
<a href="http://www.escoltesiguies.cat/node/416?sid=6" title="http://www.escoltesiguies.cat/node/416?sid=6">http://www.escoltesiguies.cat/node/416?sid=6</a></p>
Comments
Comment #1
allie mickaInteresting. The "X-Mailer: PHPMailer" certainly wasn't put there by mimemail.
Mimemail only intercepts messages that are sent using drupal_mail(), which contrib modules may/may not choose to implement. Can you please be more specific about the module(s) you're trying to use to send messages?
Comment #2
deekayen commentedComment #3
jerdavisGoing to close this one out pending more information, if you can provide the information requested above we can look into this a bit more and see where the problem might be.