C# Send both HTML and Text email - most elegant?

前端 未结 6 1384
余生分开走
余生分开走 2021-01-30 23:17

Is is best practice to send both HTML and Text email?

If I only send HTML what are the dangers?

I\'m thinking something like this below from

http://johnn

6条回答
  •  一生所求
    2021-01-30 23:26

    Another reason to send both is that many mailservers mark emails that only contain HTML content as spam. You don't want all your emails to be put in the junk folder.

提交回复
热议问题