Various changes
This commit is contained in:
@@ -39,7 +39,7 @@ namespace PartSource.Automation.Services
|
||||
mailMessage.To.Add(address);
|
||||
}
|
||||
|
||||
smtpClient.Send(mailMessage);
|
||||
// smtpClient.Send(mailMessage);
|
||||
}
|
||||
|
||||
public void Send(string to, string subject, string body)
|
||||
@@ -62,7 +62,7 @@ namespace PartSource.Automation.Services
|
||||
mailMessage.To.Add(to);
|
||||
}
|
||||
|
||||
smtpClient.Send(mailMessage);
|
||||
// smtpClient.Send(mailMessage);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user