使用MVCMailer将图像嵌入电子邮件中

wog*_*les 4 mvcmailer asp.net-mvc-3

你如何使用MVCMailer将图像嵌入到电子邮件中?

我尝试了一些方法

<img src="@Url.Abs("\\..\\images\logo.png")" \> 
Run Code Online (Sandbox Code Playgroud)

没有成功.

任何例子?

谢谢

Soh*_*han 5

看看MvcMailer维基

https://github.com/smsohan/MvcMailer/wiki/MvcMailer-Step-by-Step-Guide

搜索嵌入式图像,你就会完成!