Ticket #261 (new defect)

Opened 11 months ago

Last modified 10 months ago

Notification emails are nor in html format

Reported by: simontol Assigned to: timh
Priority: normal Milestone: 0.9.2
Component: core Version: 0.9.0
Severity: normal Keywords:
Cc: Patch Included: 0
Review Stage: accepted

Description

I've seen that notificaion emails contains html tag such this: <img src="http://mysite.com/mod/tinymce/lib/jscripts/tiny_mce/plugins/emotions/images/smiley-tongue-out.gif"

border="0" alt="Tongue out" title="Tongue out" />

that are not interpreted by the email client.

I think this is because emails are not sent in html format but in plain text format.

Change History

01/09/08 20:06:03 changed by simontol

Notificaion emails about comments or other things contains html code such this:

 <img src="http://mysite.com/mod/tinymce/lib/jscripts/tiny_mce/plugins/emotions/images/smiley-tongue-out.gif"

    border="0" alt="Tongue out" title="Tongue out" />

But the code is not interpreted by the email client.

I think this is because emails are not sent in html format but in plain text format.

01/25/08 18:59:15 changed by ewout

  • owner changed from misja to timh.
  • haspatch changed.
  • review_stage set to accepted.

See also #138

01/31/08 21:30:50 changed by ewout

  • milestone changed from 0.9.1 to 0.9.2.