notification - MIME-Version

hello

any notifications - in the mail from hotmail - there is this text in messages

MIME-Version: 1.0 From: =?UTF-8?B?c2V4dWFsZnJlZWRvbWNsdWI=?= Return-Path: mymail@live.fr X-OriginalArrivalTime: 06 Apr 2010 11:52:22.0841 (UTC) FILETIME=[9E643290:01CAD57F]

you know how to remove

thank you

daniel

Bosun / Moderator -- My Products : http://www.boonex.com/market/posts/danielmarseille
Quote · 6 Apr 2010

Hello open the inc.utils.inc.php and remove this string from sendMail function

"MIME-Version: 1.0\r\n"

PS: If possible do not write me personally, please try to ask on the forum first
Quote · 6 Apr 2010

I noticed the same issue is happening recently... but just when viewing in MS Outlook.  I tried a few ways to fix it with no success.  And I'm not sure if I did anything (I have been revising code) that may have caused it to start... since I very rarely use MS Outlook to read auto-generated site emails... except for testing... from my D7.0.9 site.  Seems this issues has been happening for others, and for many years, so I'm hoping someone here solved it. 

I did try removing "MIME-Version: 1.0\r\n" as suggested... but it didn't solve the problem... the rest of the header code is still displayed at the top of the email... and though it's not a 'deadly' issue, it does look bad.

http://pkforum.dolphinhelp.com
Quote · 9 Jan 2015

 

I noticed the same issue is happening recently... but just when viewing in MS Outlook.  I tried a few ways to fix it with no success.  And I'm not sure if I did anything (I have been revising code) that may have caused it to start... since I very rarely use MS Outlook to read auto-generated site emails... except for testing... from my D7.0.9 site.  Seems this issues has been happening for others, and for many years, so I'm hoping someone here solved it. 

I did try removing "MIME-Version: 1.0\r\n" as suggested... but it didn't solve the problem... the rest of the header code is still displayed at the top of the email... and though it's not a 'deadly' issue, it does look bad.

While the specifications say \r\n, some email providers do not read it correctly.  You can fix the issue by changing each instance of \r\n to \n in inc/utils.inc.php; I think there are three locat6ions.

\r is a carriage return and \n is a line feed.

Geeks, making the world a better place
Quote · 9 Jan 2015

Problem solved... thank you GG :-)

http://pkforum.dolphinhelp.com
Quote · 9 Jan 2015
 
 
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.