PHP Classes

bug found blank email

Recommend this page to a friend!

      Nomad MIME Mail  >  All threads  >  bug found blank email  >  (Un) Subscribe thread alerts  
Subject:bug found blank email
Summary:when you try to send email to hotmail it will show you blank ema
Messages:2
Author:umar
Date:2009-05-19 12:15:26
Update:2012-05-25 14:19:37
 

  1. bug found blank email   Reply   Report abuse  
Picture of umar umar - 2009-05-19 12:15:26
i try to send email on the my hotmail account but email always come blank i was thinking the problem is my in my code but i found problem in class here is very simple code if you send email its will show you just a blank page nothing


$mimemail->set_from("me@mail.com");
$mimemail->set_to("some@hotmail.com");
$mimemail->set_subject("Nomad MIME Mail: Plain Text + HTML + Attachment");

$mimemail->set_html("<HTML><HEAD></HEAD><BODY>This is a <b>MIME</b> Mail with:<BR><BR>- Plain Text</BR>- HTML</BR>- Attachment</BODY></HTML>");


if ($mimemail->send()){
echo "The MIME Mail has been sent";
}
else {
echo "An error has occurred, mail was not sent";
}

  2. Re: bug found blank email   Reply   Report abuse  
Picture of Ana Ana - 2012-05-25 14:19:38 - In reply to message 1 from umar
I've the same bug.

Did you could find out the bug?did you solve it? how?

Thanks!!