Search code examples
asp.net-mvc-3mvcmailer

Using MVCMailer to embed image in email


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


Solution

  • 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!