PHPMine
<? if(PHP > $Expectations) echo $Results ?>
by Angel S. Moreno
UNDER SOME SERIOUS CONSTRUCTION LINKS MAY NOT WORK
Asked 2006-03-29 01:31:58 by arunsk1982
I can't send a html mail to gmail accounts.It displaies the html codes as inline text format.But in other servers like yahoo and hotmail... it is displaying correct format(html). Anybody has the solution for this prob.
Anwered 2006-03-29 01:40:37 by wael_kabil
be sure that you indicate the header as following
<?
$headers = "MIME-Version: 1.0\r\n";
$headers .= "Content-type: text/html;\r\n";
?>
Anwered 2006-03-29 01:33:55 by Mrinal Benjwal
change ur setting in gmail account
Anwered 2006-03-29 01:41:20 by Master_of_computer
yeah the top one is good
Anwered 2006-03-29 01:37:10 by dottoreo
If for personal use, I'd recommend Firefox plugin (Selenium IDE, http://www.openqa.org/selenium-ide/). Using this puppy, you could do whatever you can only imagine, to automate your mailing and browsing tasks pretty easily. It creates your own personal macros by automatically recording all your actions and allows you to replay them. If you want you could edit them, too.
Anwered 2006-03-29 04:21:33 by tamilarun1982
change ur setting in gmail account this is not correct becoze u can get the other sites html formet mail without any correption.
Questions and answers provided by the Yahoo Answers Community.