Hey everyone, using the mail() function is there a way to change the font size and type for the email the person will be receiving.
I have a form and I need the received email to be Courier New and font size 12.
I know I could use html such as <font size="12">text here</font>
but I need to do it without using html tags.
Is this possible?
Thanks