Email Problem

Hello,

I have a problem with the emails sent by the Sysem since Dolphin 6.1.2:

------------------------------

MIME-Version: 1.0
From: =?UTF-8?B?TUxNIC0gU29jaWFsIE5ldHdvcms=?= <info@domain.eu>
Message-Id: <20080622185220.3606638A4E@mail.domain.eu>
Date: Sun, 22 Jun 2008 18:52:20 +0000 (UTC)


Hallo Bernd Müller,

vielen Dank für Deine Anmeldung zur Veranstaltung ......

Mit freundlichen GrÃŒÃ&#65533;en,

--------------------------------------

What has happened here? How can I change this?

Quote · 23 Jun 2008

Same problem here

Quote · 23 Jun 2008

The E-Mail code is:

<div style="font-family:Arial, Helvetica, sans-serif; font-size:12px;">
Hello,<br>
<br>
Some Text here and here<br>
<br>
an here and here<br>
<br>
<strong>there:</strong><br>
and here with öäüß<br>
<br>

<a href="www.domain.com">http://www.domain.com</a>
</div>

And i got his mail:

<div style="font-family:Arial, Helvetica, sans-serif; font-size:12px;">
Hello,<br>
<br>
Some Text here and here<br>
<br>
an here and here<br>
<br>
<strong>there:</strong><br>
and here with öäü

�

<br>
<br>

<a href="www.domain.com">http://www.domain.com</a>
</div>

Quote · 23 Jun 2008

Does nobody have a idea?

Quote · 1 Jul 2008

Hello.

It's possible that your SMTP servers don't understand new lines in Windows style "/r"

Try to remove these characters from the files inc/utils.inc.php (the function sendMail):

$sMailHeader = "Content-type: text/html; charset=UTF-8\r\n" . $sMailHeader;
$sMailHeader = "Content-type: text/plain; charset=UTF-8\r\n" . $sMailHeader;

and tellfriend.php

$headers = "MIME-Version: 1.0\r\n" . "Content-type: text/html; charset=UTF-8\r\n" . $headers;

This should solve the problem.

--
Best regards, Igor L.
BoonEx Experts
BoonEx Ltd. - Community Software Experts
http://www.boonex.com

Quote · 10 Jul 2008

Sorry Igor but for with \r or without \r do change nothing :-(

 

(message sent from the Admin Panel to a member, Dolphin 6.1.1)

 

recieved message:

 

test c\'est pas vrai ? ééààèè \"ça et là\"

 

original text was:

 

test c'est pas vrai ? ééèèàà "ça et là"

Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine.
Quote · 10 Jul 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.