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 637261c commit a7fef9dCopy full SHA for a7fef9d
IntegrationEngine.Core/Mail/SmtpClientAdapter.cs
@@ -11,6 +11,7 @@ public class SmtpClientAdapter : ISmtpClient
11
12
public SmtpClientAdapter()
13
{
14
+ SmtpClient = new SmtpClient();
15
}
16
17
public virtual void Send(MailMessage mailMessage)
0 commit comments