Hi All. I'm trying to send an html email to a gmail account, but for some reason, Google is stripping away the html from my email. The Html is preserved when I send to other accounts (non-gmail accounts) so I know that my html is correct.
Here's how I'm going about it:
- I have an aspx page, that I use as an email template.
- I grab the html from the aspx page from within a web service (done in C#)
- Dynamically fill in the non-static content through c# code within the web service.
- Send that as the email body.
Does anyone happen to know why gmail is removing the html? Thanks in advance.