Search found 3 matches

by nastro
18 Oct 2006, 11:31
Forum: Help
Topic: How to get mails in HTML format
Replies: 2
Views: 5033

How to get mails in HTML format

Is anyone aware of how to get emails in HTML format rather than plain text?

I have set the following IsHTML to true in email_api and changed the $ContentType = "text/html" in the class.phpmailer files.

But nothing seems to work. Any help would be appreciated.
by nastro
06 Oct 2006, 12:02
Forum: Help
Topic: Getting Status of the issue in subject line in emails
Replies: 7
Views: 7985

Thanks Obriend! Yes it did work.

Regarding getting the string equivalent of the interger I used "Case statements" to solve. Pro you could write back if further clarifications are required.
by nastro
13 Sep 2006, 10:23
Forum: Help
Topic: Getting Status of the issue in subject line in emails
Replies: 7
Views: 7985

Getting Status of the issue in subject line in emails

Hi,

Can anybody let me know how to add status of the bug in the subject line in the emails?

I tried modifying in email_api file in core folder but in vain.

Please let me know if anyone has any idea.