Emails i send to hotmail appear blank

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
crazycoders
Forum Contributor
Posts: 260
Joined: Tue Oct 28, 2008 7:48 am
Location: Montreal, Qc, Canada

Emails i send to hotmail appear blank

Post by crazycoders »

I send messages to a hotmail account and the content doesn't show. If i request the email content using right-click and then show message source, i can see the whole content is there:

Code: Select all

X-Message-Delivery: Vj0xLjE7dXM9MDtsPTA7YT0xO0Q9MTtTQ0w9Mg==
 
X-Message-Status: n:0
 
X-SID-PRA: Administrateurs de Palli-Science <no-reply@palli-science.com>
 
X-Message-Info: JGTYoYF78jFF8S8HItwO7jp/ze8yDdY2lqT/DWMdYhhS492raUiguGnpF6yEsGRmJvNinu1osMDPZL5iQqNyma8Od3lAEbi+
 
Received: from pkwur.interface-web.com ([67.205.74.23]) by col0-mc2-f19.Col0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959);
 
     Thu, 19 Mar 2009 08:53:05 -0700
 
Received: (qmail 24660 invoked by uid 48); 19 Mar 2009 11:53:01 -0400
 
Date: 19 Mar 2009 11:53:01 -0400
 
To: cdgidev@hotmail.com
 
Subject: =?ISO-8859-1?Q?=C9volution?= du babillard =?ISO-8859-1?Q?=E9lectronique?= 2009-03-17
 
MIME-Version: 1.0
 
X-Mailer: htmlMimeMail5 <http://www.phpguru.org/>
 
From: Administrateurs de Palli-Science <no-reply@palli-science.com>
 
Content-Type: multipart/alternative;
 
 
    boundary="=_ec9082d515fbe93e284ee9f16223e18c"
 
Message-ID: <kgrg4d.vprebh@www.palliscience.com>
 
Return-Path: anonymous@pkwur.interface-web.com
 
X-OriginalArrivalTime: 19 Mar 2009 15:53:05.0617 (UTC) FILETIME=[CABEAC10:01C9A8AA]
 
 
 
--=_ec9082d515fbe93e284ee9f16223e18c
 
 
Content-Type: text/plain; charset="ISO-8859-1"
 
 
Content-Transfer-Encoding: 7bit
 
 
 
 
 
THÈME: Général
 
 
(Pour consulter: http://www.palliscience.com/forum/topics.php?forum_id=1)
 
 
=========================================================================
 
 
 
 
 
    FIL DE MESSAGES: ETUDE  DE DOSSIERS EN SOIN PALLIATIF
 
 
    (Pour consulter: http://www.palliscience.com/forum/posts ... opic_id=40)
 
 
    ------------------------------------------------------------------------------------
 
 
    
 
 
        Arnaud Samson  dit  Lun. le 17 mar. 2009 à 15h01: 
 
 
        Je devrais vous faire parvenir la liste personellement, car je ne crois pas être autorisé à la mettre sur le web directement. arnaud_samson@ssss.gouv.qc.ca
 
 
        (Pour voir le texte complet: http://www.palliscience.com/forum/posts ... #post_id84)
 
 
        
 
 
 
 
 
--=_ec9082d515fbe93e284ee9f16223e18c
 
 
Content-Type: text/html; charset="ISO-8859-1"
 
 
Content-Transfer-Encoding: quoted-printable
 
 
 
 
 
<html><head><meta http-equiv=3D"Content-Type" content=3D"text/html; charset=
 
 
=3DISO-8859-1" /><style media=3D"all" type=3D"text/css">body{ font-size: 12=
 
 
px; font-family: Arial, Helvetica, sans-serif; } .welcome{ padding: 10px; f=
 
 
ont-size: 110%; } .theme{ background-color: #666666; color: white; font-wei=
 
 
ght: bold; text-transform: capitalize; padding: 10px; font-size: 110%; } .t=
 
 
heme a{ color: white; } .topic{ background-color: #999999; color: white; fo=
 
 
nt-weight: bold; text-transform: capitalize; padding: 10px; padding-left: 2=
 
 
0px; font-size: 100%; } .topic a{ color: white; } .post{ background-color: =
 
 
#CCCCCC; font-weight: bold; padding: 10px; padding-left: 30px; padding-bott=
 
 
om: 0px; } .post a{ color: black; } .postdata{ background-color: #CCCCCC; p=
 
 
adding: 10px; padding-top: 0px; padding-left: 35px; } a{text-decoration: no=
 
 
ne;} a:hover{text-decoration: underline;}</style></head><body><div class=3D=
 
 
"theme"><a href=3D"http://www.palliscience.com/forum/topics.php?forum_id=3D=
 
 
1">TH&Egrave;ME: G&eacute;n&eacute;ral</a></div>
 
 
<div class=3D"topic"><a href=3D"http://www.palliscience.com/forum/posts.php=
 
 
?forum_id=3D1&topic_id=3D40">FIL DE MESSAGES: ETUDE DE DOSSIERS EN SOIN=
 
 
 PALLIATIF</a></div>
 
 
<div class=3D"post"><a href=3D"http://www.palliscience.com/forum/posts.php?=
 
 
forum_id=3D1&topic_id=3D40&focus_post_id=3D84#post_id84">Arnaud Sam=
 
 
son dit Lun. le 17 mar. 2009 &agrave; 15h01: </a></div>
 
 
<div class=3D"postdata">Je devrais vous faire parvenir la liste personellem=
 
 
ent, car je ne crois pas &ecirc;tre autoris&eacute; &agrave; la mettre sur =
 
 
le web directement. arnaud_samson@ssss.gouv.qc.ca</div></body></html>
 
 
--=_ec9082d515fbe93e284ee9f16223e18c--
 
 
 
 
</
Anyone know what could be wrong? I send using HtmlMimeMail5 class package...
Post Reply