How do you use MVCMailer to embed an image into a email?
I've tried something along the lines of
<img src="@Url.Abs("\\..\\images\logo.png")" \>
with no success.
Any examples?
Thanks
Look at the MvcMailer wiki
https://github.com/smsohan/MvcMailer/wiki/MvcMailer-Step-by-Step-Guide
search for Embed Image and you'll and you are done!