trenz-gmbh / TRENZ.Lib.RazorMail

Templated transactional e-mail using Razor
MIT License
2 stars 0 forks source link

add AddRazorEmailRenderer for more convenient (and correct) setup #1

Closed chucker closed 7 months ago

chucker commented 9 months ago

Makes setting up the library easier (you only have to call builder.Services.AddRazorEmailRenderer();), and also gives us flexibility to change setup later.