Dec 15, 2000 #1 kante Programmer Joined Dec 15, 2000 Messages 7 Location 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 Joined Aug 24, 2000 Messages 49 Location 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