| ||||||||||||
![]() |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
(#1)
|
(#2)
|
| 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? |
| | |
(#3)
|
| Developer Posts: 360 Join Date: Dec 2007 Location: Idaho | 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 -------------------------------------------------------------------
|
| | |
(#4)
|
| Member Posts: 137 Join Date: Oct 2007 Location: Jakarta, Indonesia |
09-06-2008, 10:09 AM
Quote:
Are these problems really so hard to iron out? The Precision Group + Holiday schedules, attachable to work and staff schedules + No more HTML parsing bugs | |
| | |
(#5)
|
| Developer Posts: 360 Join Date: Dec 2007 Location: Idaho | Sorry, not related -
12-06-2008, 11:07 PM
This has nothing to do with HTML stripping. -------------------------------------------------------------------
|
| | |
(#6)
|
(#7)
|
| 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:
|
| | |
![]() |
| Tags |
| breaks, double, line, message, palin, remove, signature |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
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 |