I would like to insert some html in the email that my php file generate after a form. Here the part of the email:
mail($email,
"www.icecream-icecream.com",
"Thank you for your message,
within 24 hours you will receive a personally dedicated email. Bye",
"From: info@...."
);
Where You can read "thank you for your message..." I would like basic customize with html. Why? Because I want to insert Thai characters that without html will not properly send.
Thanks if you know how to do it, thanks anyway if don't know. I am very new here.