| ||||||||||||
![]() |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
(#1)
|
(#2)
|
| Member Posts: 103 Join Date: Jan 2006 Location: Argentina |
08-02-2006, 10:14 PM
Quote:
same here, in my eudora it show both the plain text and html. example: Quote:
here the full source of the email: Quote:
| |||
| | |
(#3)
|
(#4)
|
| New Member Posts: 7 Join Date: Feb 2006 |
09-02-2006, 12:26 AM
The problem is that it's not including this: MIME-Version: 1.0 in the message header, thus it's not RFC compliant, and email programs (such as Eudora) that expect email to be RFC compliant, don't render it properly. There's a thread about it here: Solved! Eudora Attachment Issue - Needs fix!! I opened a bug report about it here: http://bugs.kayako.net/index.php?do=details&id=1203 If you want a short-term fix, you can modify /includes/mail/smtp.php. Insert at around line 145, the "MIME-Version" line as shown below: $this->send_data($headers); $this->send_data('MIME-Version: 1.0'); $this->send_data(''); $this->send_data($body); $this->send_data('.'); |
| | |
(#5)
|
(#6)
|
(#7)
|
| Member Posts: 103 Join Date: Jan 2006 Location: Argentina |
09-02-2006, 01:41 AM
Quote:
it work ok for me thank you (but I need change the config to use SMTP, it's recommended to have it disabled or enabled ? ) | |
| | |
(#8)
|
(#9)
|
![]() |
| Tags |
| eudora, formatting, html |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Parsing HTML emails shows STYLE tag code in post | brygrant | SupportSuite, eSupport and LiveResponse | 3 | 10-09-2007 11:27 PM |
| URLs Not Coneverted to Links in HTML Emails | littlegrasshoppa | How do I? | 1 | 08-06-2007 06:43 AM |
| Serious email issues, emails not going to our ticket system | TruBD | SupportSuite, eSupport and LiveResponse | 1 | 02-02-2007 06:38 PM |
| eSupport v2.2 Stable Released | Varun Shoor | News and Announcements | 3 | 23-06-2004 11:39 PM |
| eSupport v2.2 RC2 Released | Varun Shoor | Technical Chat | 1 | 11-06-2004 10:24 PM |