.Net C# send html mail with background image (solve the problem that Outlook does not display background image)

Send html mail with a background image (solve the problem that Outlook does not display the background image)

1. Considering compatibility issues, it is best to use table tr td for layout when sending html emails, and use the background image

<td background="https://xqimg.imedao.com/1825f3baeeee1c73fd9dfb73.png!raw.jpg">

Guess you like

Origin blog.csdn.net/vaecnfeilong/article/details/126197076