Dec 15, 2000 #1 kante Programmer Dec 15, 2000 7 IT I am a beginner in php. I found the php function mail() useful but i'd like to if it's possible to send an html email.... which is the correct command? mail($email,$subject,$text,.....?.....) thanks
I am a beginner in php. I found the php function mail() useful but i'd like to if it's possible to send an html email.... which is the correct command? mail($email,$subject,$text,.....?.....) thanks
Dec 15, 2000 #2 Inssider Technical User Aug 24, 2000 49 US mail($destination,$subject,$message,$other_headers) http://www.phpdeveloper.org/tutout.php?num=7 is a good tutorial Upvote 0 Downvote
mail($destination,$subject,$message,$other_headers) http://www.phpdeveloper.org/tutout.php?num=7 is a good tutorial