Active
Project:
Comment Notify
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
4 Jan 2011 at 18:13 UTC
Updated:
24 Jan 2011 at 17:49 UTC
hi all,
my notification emails look like this...
http://j.imagehost.org/0825/commentnotify.jpg
I know this has been mentioned elsewhere but I haven't seen a solution.
Thanks
Comments
Comment #1
gregglesAre you using anything like mimemail or something else that modifies e-mails?
Comment #2
juc1 commentedHi, thanks for your reply. No I am not using mime mail. Also when emails are sent in other ways, such as using trigger / action, they are ok and don't have this tag problem.
Thank you
Comment #3
juc1 commented@ greggles, just to clarify, when you say 'Are you using anything like mimemail' are you talking about my drupal modules or my web server? My previous reply saying no was referring to my modules but I have since noticed this in one of my emails...
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed; delsp=yes
Content-Transfer-Encoding: 8Bit
X-Mailer: Drupal
thanks
Comment #4
gregglesI'm talking about Drupal modules.
I guess a similar question: if you create a new site and only install comment_notify do you have the problem there as well?
Comment #5
juc1 commentedHi greggles
ok I will do couple of test installs.
by the way my installed mods here are these...
http://a.imagehost.org/0171/mods.jpg
thank you
Comment #6
juc1 commentedOk so I have worked this out using a clean install:
Comment Notify as the first and only module = no problem.
Install CKEditor as the second module = html tags in notification email problem.
If I edit admin/settings/comment_notify/settings using a role with CKEditor permissions, the notification email problem will be messed up.
Solution = create a new user with administer comment_notify permission but no CKEditor permission; use this role to edit admin/settings/comment_notify/settings = no html tags in notification email problem.
Thanks
Comment #7
juc1 commentedComment #8
gregglesGreat detective work!
I wonder if there's some way we can disable ckeditor in the admin area of comment_notify. Moving this issue to ckeditor queue to ask about that.
Comment #9
dczepierga commentedU can do that, by adding following line to exclude mode (Visibility settings) in the profile which u use:
Greetings
Comment #10
amateescu commentedActually, he's asking a different thing.
@greggles, you can do that by setting
'#wysiwyg' => FALSE,in your form element :)Comment #11
gregglesSounds good - lets do it.