I'm new with ASP.NET Core and I am trying to make emails, based on templates. I want to include tags, which are then replaced with specific data from the controller.
I found a engine called razorengine that was exectly what I was looking for, but it is not compatible with .netcoreapp1.1. Are there other alternatives that I could use?
I am using Mailkit btw.
UPDATE:
I found a alternative called DotLiquid, Thanks anyways!