I made an html site with the message I want to send. I cut and paste the html into the message box. Clients with HTML are seeing it fine.
However, no matter what I write in plain text, it does not appear in the email. Meaning, if I turn off the html in my email program, instead of the plain text i wrote, I get the program trying to modify the html into plain text.
So I get one big mass of text, rather than the 'formatted' (paragraphs) text I put at the top.
Currently I have:
Text for this email is now formatted for the non-html
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
....
I never see "text for this email is now formatted..." just the computers attempt at making my html plain text. I also don't see any MIME error message. I must be making a simple mistake, but I can't figure it out.
However, when I click on "Preview" I see the "text for this email..." without a problem.
However, no matter what I write in plain text, it does not appear in the email. Meaning, if I turn off the html in my email program, instead of the plain text i wrote, I get the program trying to modify the html into plain text.
So I get one big mass of text, rather than the 'formatted' (paragraphs) text I put at the top.
Currently I have:
Text for this email is now formatted for the non-html
<html>
<head>
<meta http-equiv="Content-Language" content="en-us">
....
I never see "text for this email is now formatted..." just the computers attempt at making my html plain text. I also don't see any MIME error message. I must be making a simple mistake, but I can't figure it out.
However, when I click on "Preview" I see the "text for this email..." without a problem.