My app sends out email to开发者_JAVA技巧 users (upon signup, welcome etc.) and they show up blank in IE.
I want to create a html email and I\'ve read a lot about how to do it. There is one piece of information I can\'t find. How should I declare the mime type? I tried with:
I\'m using System.Net.Mail to send HTML e-mail with attachments. I\'d like to add a custom header to the attachments, like so:
I used CSS in my email and sent it out. When I received the 开发者_如何学JAVAemail in Gmail, all the CSS was disabled; however, when I retrieved the email in thunderbird or outlook, everything is OK.