7

After upgrading one of my websites to MVC 4 and upgrade all my packages in NuGet I seem to have lost the Send() extension method for the MvcMailer package from NuGet. I have not made any code changes other then those necessary to upgrade the project and I have:

using Mvc.Mailer;

At the top of my code file.

Can someone please tell me what may be going on here?

4

1 に答える 1

7

この投稿を見て、わかりました: https://github.com/smsohan/MvcMailer/issues/68

基本的に、彼らは拡張メソッドを削除し、メーラーが代わりに返す必要MailMessageのある新しいクラスを追加しました。MvcMailMessage

于 2012-10-22T11:10:12.463 に答える