mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Removing unused code
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user