Active
Project:
Tell A Friend Node
Version:
6.x-2.1-beta5
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
8 Oct 2010 at 02:47 UTC
Updated:
5 Jun 2011 at 15:04 UTC
The thank you email is showing paragraph containers in the message. I entered no HTML in that field when I configured it. Is there some way around this?
Comments
Comment #1
ggaetz commentedAre you using a WYSIWYG editor for that field? Disabling it for that particular form field might do the trick.
Comment #2
m.e. commentedNo, I don't even have a WYSIWYG installed on this site.
The text I have entered in that form field is "We appreciate your spreading the word." When it arrives, the email reads
I've tested this in both the Gmail interface and Eudora.
Comment #3
Patricia_W commentedI had the same problem, which I resolved by adding code to the module so that it sent the thank you message using the HTML code that was used for the message (which should have been the case originally).
Comment #4
Patricia_W commentedHere the replacement code I used for the tellafriend_node_mail function in tellafriend_node.module
The code for case 'taf_thank_you' was modified to add the multi-part headers that are used for the message.