![]() |
|
|
|||||||
| For more information about the ads and why they're here, please see the FAQ |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
hello there,
strangely rc sends some kind of character encoding preamble and messes with the german umlaut "ü". Quote:
Quote:
i'm really desprerate. any idea would help! |
|
#2
|
|||
|
|||
|
I have the same problem,only with norwegian letters:
From: =?UTF-8?Q?Bj=C3=B8rnar=20Lib=C3=A6k=20 |
|
#3
|
|||
|
|||
|
outgoing emails are not sending with a name in my idendity with accent, like "René Salamanca"
I have to comment out line 57 in /program/steps/mail/sendmail.inc but now, the outgoing email does not have a sender's name |
|
#4
|
|||
|
|||
|
I've seen a lot of people having this problem. why isn't someone looking into this?
|
|
#5
|
|||
|
|||
|
In this line on /program/steps/mail/sendmail.inc
$sent = smtp_mail($from, $a_recipients, $header_str, $msg_body); Code:
$from = 'rjsalamanca@mydomain.com'; $header_str = 'MIME-Version: 1.0 0: rjsalamanca@mydomain.com Date: Sun, 27 Aug 2006 18:32:19 -0400 From: =?UTF-8?Q?Ren=C3=A9_J._Salamanca_Vivas_<rjsalamanca@mydomain.com>?= To: rjsalamanca@anotherdomain.com Subject: Sender Organization: =?UTF-8?Q?Ideas_Din=C3=A1micas?= Message-ID: <f74d09ed97da09aadbe73b4f23226a66@localhost> X-Sender: rjsalamanca@mydomain.com User-Agent: RoundCube Webmail/0.1b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit'; |
|
#6
|
|||
|
|||
|
Replace code in line 111
From : Code:
'From' => $identity_arr['string'], Code:
'From' => '=?'.$message_charset.'?Q?'.imap_8bit($identity_arr['name']).'?= <'.$identity_arr['email'].'>', |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
| For more information about the ads and why they're here, please see the FAQ |