ASP.NET MVC Email

后端 未结 7 1105
日久生厌
日久生厌 2021-01-30 11:50

Is their a solution to generate an email template using an ASP.NET MVC View without having to jump through hoops.

Let me elaborate jumping through hoops.



        
相关标签:
7条回答
  • 2021-01-30 12:44

    You can consider using MvcMailer NuGet - it does just what you are looking for and does it cleanly. See the NuGet package here and the project documentation

    Hope it helps!

    0 讨论(0)
提交回复
热议问题