Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用 Razor 在 Mvc 4 中使用 MvcMailer 我遵循以下教程。
http://dotnet.dzone.com/news/sending-emails-using-mvcmailer
但是,安装 nuGet 包后,每次都缺少 MvcMailer.dll 文件,因此,指令丢失并显示错误。任何人有想法?
我正在使用 MVC 4,所以我安装了那个版本的 Mvcmailer 并且工作正常。
install-package MvcMailer -version 4.0