hi everyone,
i have an issue with emails being sent from a form, using the php mail() function.
the code i'm using automatically inserts link breaks and converts urls to links in the email body (which is written in a textarea) that is being sent out.
however, some people who receive the email receive them in plain text only. therefore, they see all the html in the formatted email, so it just appears very messy to them!
but if i remove the html, then the email just appears as one whole sentence (doesn't break into paragraphs) so the hard returns are not apprearing as hard returns when it is sent to the user.
anyone have a solution where i could get the text of the email to break into paragraphs without having html appear for the user who receives the email in plain text?
thanks all!!
i have an issue with emails being sent from a form, using the php mail() function.
the code i'm using automatically inserts link breaks and converts urls to links in the email body (which is written in a textarea) that is being sent out.
however, some people who receive the email receive them in plain text only. therefore, they see all the html in the formatted email, so it just appears very messy to them!
but if i remove the html, then the email just appears as one whole sentence (doesn't break into paragraphs) so the hard returns are not apprearing as hard returns when it is sent to the user.
anyone have a solution where i could get the text of the email to break into paragraphs without having html appear for the user who receives the email in plain text?
thanks all!!