ASP.NET-MVC Page: image logo is not displaying while sending the email
- by Rita
Hi
I have a page that sends an email on ASP.NET MVC Page.
All the Text is displaying but the image is not displaying.
Any workaround.
Appreciate your responses.
Here is my code:
MailMessage mailMsg = new MailMessage();
mailMsg.IsBodyHtml = true;
mailMsg.From = new…