jonleigh / RazorMailer

A lightweight framework for sending emails from any .NET platform using Razor templates. Built on top of RazorEngine.
MIT License
47 stars 11 forks source link

Make Available cross platform in .NET Core #18

Open ctorx opened 7 years ago

ctorx commented 7 years ago

This framework is fantastic, but unfortunately can't use it in newer projects that are cross platform and built in .net core. Any plans for this?

jonleigh commented 7 years ago

Thanks for the feedback Matthew, nice to hear it's being used! Will look into core support when I get back from holiday.

Turnerj commented 5 years ago

Just bumping this issue - have you had a chance to look at .NET Core support for RazorMail?

jonleigh commented 5 years ago

Hi. .NET Core has changed the way Razor templates are rendered and would require moving this project from RazorEngine to RazorLight. The thing is, I'm not sure it's worth it when FluentEmail basically does exactly the same thing.

Turnerj commented 5 years ago

Thanks for getting back to me @jonleigh. Yeah, I understand - thanks for the link to an alternative package.

Also thanks for making this package for the short while I've been using it. :)