Closed (fixed)
Project:
Notifications
Version:
6.x-2.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Dec 2009 at 21:08 UTC
Updated:
27 Apr 2010 at 13:51 UTC
When viewing HTML notifications in email (in particular interfaces such as gmail), all of the HTML code is being shown directly in the emails. As a result, it is extremely difficult to read the emails with all of the HTML tags.
When doing some investigative work, it seems it might be the MIME types. Here's what I found in the header of one of the notices:
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed; delsp=yes
Content-Transfer-Encoding: 8Bit
Comments
Comment #1
pflame commentedHey I am also getting the same problem. Did you solve this problem?
Comment #2
ñull commentedBump
May be there should be another mime related module taking care of this? I think this has to do with the Messaging module. In order to send mime correct messages the mime module should be installed or the HTML mail module and that should be chosen in stead of plain text. I will try this now and report back.
Comment #3
cfennell commentedHTML Mail just solved this problem for me. HTML Mail, FTW.
Comment #4
telechris commentedHTML Mail seems to have fix the problem. closing.