Hi all,
I am working on an application in php. Now my client want that when i will send mail from form then in message there should be some html code or template of html. Please tell me how i can send this through mail of PHP.
Let me explain:
Like we send mail in php like this : mail($mailto,$subject,$message,"From:$email1");
Now i want that in $message there should be some html code in which i can use color and some links . That should appear in mail after filling form.
So please help me . How i can do this in PHP.
Thanks,
Gagan