Kayako logo
SupportSuite, eSupport and LiveResponse Discussion, troubleshooting and feedback related to Kayako's flagship support desk products SupportSuite, eSupport and LiveResponse.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  (#1) Old
jasonwood Offline
Member
 
Posts: 34
Join Date: Feb 2008
remove double line breaks from signature in palin text message - 25-02-2008, 06:56 PM

hi,

I've seen this problem posted elsewhere, but no solution seems to work.

I have messages set to plain text. I enter the signature in admin like this:

Quote:
Kind regards
Name
Company
But when an email is sent, it appears like this:

Quote:
Kind regards

Name

Company
I have tried using the <br> but since the messages are in plain text, the <br> tag is simply displayed in the email!

I am really surprised that this problem exists!

Does anybody have a solution? (we want to keep the messages as plain text)

cheers

Jason
   
Reply With Quote
  (#2) Old
chaoztc Offline
New Member
 
Posts: 1
Join Date: Nov 2007
solution - 12-05-2008, 03:22 PM

the problem is very "funny" and the solution is simple:
use smtp to send mails and not php mail.
you can configure this in: Settings -> CPU Optimization & Server

the "main" problem in detail is:
includes/functions_mail.php
if ($_SWIFT["settings"]["cpu_enablesmtp"] == 1)
{
$this->crlf = "\n";
} else {
$this->crlf = "\r\n";
}
so the crlf would better check for unix/windows and not for smtp enabled?
   
Reply With Quote
  (#3) Old
John Haugeland Offline
Developer
 
John Haugeland's Avatar
 
Posts: 360
Join Date: Dec 2007
Location: Idaho
Exclamation Accepted as bug 595 - 21-05-2008, 11:03 PM

This is very strange. I'll look into it. However, since it's a cosmetic bug, and since we give priority to stability and security issues, it might take me a while to get to it.

Hope that's okay.

I filed this as bug 595, to make sure that it does get handled. If you'd like to follow progress on this bug, please see
Kayako Bug Tracker - Viewing Issue #595 - Newline stripping in plaintext signatures

- John Haugeland
Kayako Development Staff


John Haugeland (john.haugeland ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#4) Old
Matthew Offline
Member
 
Matthew's Avatar
 
Posts: 137
Join Date: Oct 2007
Location: Jakarta, Indonesia
09-06-2008, 10:09 AM

Quote:
Originally Posted by John Haugeland View Post
This is very strange. I'll look into it. However, since it's a cosmetic bug, and since we give priority to stability and security issues, it might take me a while to get to it.

Hope that's okay.
Boy, I'm sure tired of this whole formatting issue. I have been around and around these forums. Issues relating to HTML stripping have come up multiple times. Yet it never gets worked out, it seems.
  • I have never figured out how I can set up the system to allow HTML replies to ticket alerts from Outlook, without having all the carriage returns removed and the whole thing turning into one big text lump.
  • Just a few hours ago I discovered that the reason the staff replies from one of my staff was coming out as a 'text lump' was that he hadn't created a signature for himself. Why should this have anything to do with it?!
These issues may be 'cosmetic' but they affect how our clients see us, which is potentially unprofessional. They also affect the ease with which we use the application: for some of our support departments, it's such a pain having to open the Staff CP rather than just reply from Outlook.

Are these problems really so hard to iron out?


Matthew Arciniega
The Precision Group

+ Holiday schedules, attachable to work and staff schedules
+ No more HTML parsing bugs
   
Reply With Quote
  (#5) Old
John Haugeland Offline
Developer
 
John Haugeland's Avatar
 
Posts: 360
Join Date: Dec 2007
Location: Idaho
Sorry, not related - 12-06-2008, 11:07 PM

Quote:
Originally Posted by Matthew View Post
Issues relating to HTML stripping have come up multiple times.
This has nothing to do with HTML stripping.


John Haugeland (john.haugeland ]at[ kayako.com)
----------------------------------------------------------------
---
   
Reply With Quote
  (#6) Old
Matthew Offline
Member
 
Matthew's Avatar
 
Posts: 137
Join Date: Oct 2007
Location: Jakarta, Indonesia
13-06-2008, 06:23 AM

Quote:
Originally Posted by John Haugeland View Post
This has nothing to do with HTML stripping.
Thanks, that's very helpful.


Matthew Arciniega
The Precision Group

+ Holiday schedules, attachable to work and staff schedules
+ No more HTML parsing bugs
   
Reply With Quote
  (#7) Old
heybrent Offline
New Member
 
Posts: 1
Join Date: Aug 2008
The answer to this is simple - 20-08-2008, 09:51 PM

OUTLOOK FIX

If your signature is double–line spaced and you want it single–line spaced, do the following:
  1. On the Tools menu, click Options.
  2. Click the Mail Format tab.
  3. Click Signatures.
  4. In the Signature box, select the signature that you want to modify, and then click Edit.
  5. Place the insertion point after the last character in the line.
  6. Press DELETE, and then press SHIFT+ENTER.
  7. Repeat Steps 5 and 6 for each line of text.
  8. When you have finished with all lines, click OK three times.
PEACE OUT
   
Reply With Quote
Reply

Tags
breaks, double, line, message, palin, remove, signature

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Default text in the ticket message field jasonwood SupportSuite, eSupport and LiveResponse 1 25-02-2008 05:25 PM
Line breaks, <BR> tags, et al. intending How do I? 7 15-02-2008 03:11 AM
HTML to Text conversion losing line breaks NC Software SupportSuite, eSupport and LiveResponse 0 15-12-2007 12:19 AM
Tickets Add article -> Handle line breaks better PeteV Will Implement (V3) 0 30-07-2007 09:32 PM



Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vBulletin Skin developed by: vBStyles.com


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46