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

pflame’s picture

Hey I am also getting the same problem. Did you solve this problem?

ñull’s picture

Bump

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.

cfennell’s picture

HTML Mail just solved this problem for me. HTML Mail, FTW.

telechris’s picture

Status: Active » Closed (fixed)

HTML Mail seems to have fix the problem. closing.