Closed (fixed)
Project:
Support Ticketing System
Version:
6.x-1.2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Nov 2009 at 00:12 UTC
Updated:
10 Dec 2009 at 08:00 UTC
I'm editing the email templates for the 'Support Ticketing System' module.
In my settings.php file, I'd rather have:
$conf['support_mail_ticket_new_body'] = "
NEW TICKET CREATED at activecanaria.com
Subject: !key !ticket_subject
User: !update_username
...
";
than
$conf['support_mail_ticket_new_body'] = "NEW TICKET CREATED at activecanaria.com\nSubject: !key !ticket_subject\nUser: !update_username\n...";
Is the former format viable, or would I be taking a risk that some email clients wouldn't display the line breaks properly?
Thanks.
Comments
Comment #1
jeremy commentedEither should work fine.
Comment #2
-Anti- commentedThanks.
On a related issue, have you ever encountered a problem with the body of the ticket when using a wysiwyg editor? If someone uses the website to generate a ticket or add a comment, the body has an extra linebreak in the email. The email message looks like this:
hi,
I would like to buy your holiday package.
Can you send some information.
Cheers
rather than
hi,
I would like to buy your holiday package.
Can you send some information.
Cheers
Any idea what might be going on?