We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61fcffb commit a56d3afCopy full SHA for a56d3af
IntegrationEngine.Core/Mail/MailClient.cs
@@ -27,10 +27,10 @@ public MailClient (ILog log) : this()
27
28
public void Send(MailMessage mailMessage)
29
{
30
- SmtpClient.Host = MailConfiguration.HostName;
31
- SmtpClient.Port = MailConfiguration.Port;
32
try
33
+ SmtpClient.Host = MailConfiguration.HostName;
+ SmtpClient.Port = MailConfiguration.Port;
34
SmtpClient.Send(mailMessage);
35
}
36
catch (Exception exception)
0 commit comments