mailproblem in activation mail

I receive this per mail for activation in the activation mails:

 

MIME-Version: 1.0
From: =?UTF-8?B?b29rLWluLWZyYW5rcmlqaw==?= <info@mysite.info
>


Dear xxx,

 

......

 

 

 

What can be the problem?

 

thx

 

Quote · 19 Sep 2008

have you sent this to your hosting provider, this does appear to me to be a configuration issue on the host. send in a support ticket and ask them what could be the problemo. the other thing that could be going on is mbstring(), but i would think you would have received some other error specific to mbstring()




regards,
DosDawg

When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support
Quote · 20 Sep 2008

Does any of the other mails do it or only the activation?



You can make a file with the following code and name it mailtest.php just to test the email function:

<?php

$to = 'Your@email';

$mess = 'This is a test';

mail($to,'test message',$mess);

?>

Replace the Your@email with your address and then call the file in your browser.

It should send you an email if all goes well.

.

Quote · 20 Sep 2008

thx guys,

Also the "forgot password" email does the same. The mails are delivered without subject.

Mail has been tested on the server without any problems. mailtest.php done without any problems. Maybe it has something to do with special caracters, encoding (utf8)?

Quote · 1 Oct 2008

maybe there's there's a problem with a dot i used in the site title?

Quote · 1 Oct 2008

Have you changed the default text? I had similar issue but it works now on my side using plain text or without quotes/apostraphy within the email.

Quote · 1 Oct 2008

I had this exact same issue, and applied the fix after digging endlessly through expertzzz and google search.

Note: This only is a bug on certain server setups, does not apply to everyone.

In the dolphin PHP files for any sendmail functions

Replace:

/r/n

to: /n

This is a bug with sendmail on certain servers, not sure how to correct it on the server.

Credit goes to this expertz for documenting it. http://www.expertzzz.com/Downloadz/view/3184

Quote · 1 Oct 2008

no, i did not yet change the tekst...maybe the dot in my site title?

Quote · 1 Oct 2008

Thanks Kinder; that solved the problem :-)

Quote · 1 Oct 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.