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

greggles’s picture

Are you using anything like mimemail or something else that modifies e-mails?

juc1’s picture

Hi, 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

juc1’s picture

@ 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

greggles’s picture

I'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?

juc1’s picture

Hi 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

juc1’s picture

Ok 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

juc1’s picture

Status: Active » Fixed
greggles’s picture

Title: html tags in notification email » Disable ckeditor in admin forms?
Project: Comment Notify » CKEditor 4 - WYSIWYG HTML editor
Version: 6.x-1.5 » 6.x-1.x-dev
Status: Fixed » Active

Great 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.

dczepierga’s picture

Status: Active » Fixed

U can do that, by adding following line to exclude mode (Visibility settings) in the profile which u use:

admin/settings/comment_notify.*

Greetings

amateescu’s picture

Project: CKEditor 4 - WYSIWYG HTML editor » Comment Notify

Actually, he's asking a different thing.

@greggles, you can do that by setting '#wysiwyg' => FALSE, in your form element :)

greggles’s picture

Title: Disable ckeditor in admin forms? » Disable ckeditor in comment_notify forms
Category: support » task
Status: Fixed » Active

Sounds good - lets do it.