crossvertise / ActionMailerNext

Fork of ActionMailer.Net, A easy to use library to generate emails with razor views
MIT License
42 stars 24 forks source link

Standalone InlineImage #28

Open Justincale opened 8 years ago

Justincale commented 8 years ago

hi Guys,

sorry if this is the wrong place to post this but i was hoping someone could help. I am porting over some Razor Templates from my MVC app to a console app. The problem i am having is with Inline Images. I can attach the images to the email but can't display them Inline on my RazorView as there is no support for Html.

Has anyone got a workaround for this?

I know this isn't a bug, so apologies again if this is the wrong place to post.

thanks