php mail problem
Posted: Mon Aug 15, 2005 12:52 pm
hello;
i am using a php mail classes like phpmailer class libraries. the problem is that i cannt be able to send the email to gmail by that lib. also mail function not able to send the mail to gmail.
these are the headers.
mail($email,$subject,"<b>".$msg.$body, "From: $sender\nContent-Type: text/html; charset=iso-8859-1");
i am using a php mail classes like phpmailer class libraries. the problem is that i cannt be able to send the email to gmail by that lib. also mail function not able to send the mail to gmail.
these are the headers.
mail($email,$subject,"<b>".$msg.$body, "From: $sender\nContent-Type: text/html; charset=iso-8859-1");