Removing unused code

This commit is contained in:
Sebastien Ros
2014-03-11 15:11:26 -07:00
parent 69ce0d1de4
commit 70908980cd

View File

@@ -55,9 +55,6 @@ namespace Orchard.Email.Models {
return true;
}
// establish if the settings are defined in the web.config file
var smtpClient = new SmtpClient();
if (String.IsNullOrWhiteSpace(Address)) {
return false;
}