andrewdavey / postal

Email sending for asp.net mvc using the view engine system to render emails.
http://aboutcode.net/postal
MIT License
536 stars 168 forks source link

Postal w/o MVC NuGet package? #167

Open realsircodesalot opened 7 years ago

realsircodesalot commented 7 years ago

Would it be a possibility to separate the NuGet packages? eg Postal.Core and then Just the ViewResults & MVC specific related items separately?

For instance, If I would like to just use Postal in a desktop app, but don't want to have the Microsoft.AspNet.Mvc package installed when just the RazorEngine dependency would suffice.

bradanderson912 commented 1 week ago

Good idea! Splitting Postal into separate NuGet packages like Postal.Core and Postal.Mvc would give more flexibility for different project types such as Western. This way, desktop apps could avoid unnecessary dependencies, keeping the setup lightweight with just RazorEngine.