Skip to content

Commit a7fef9d

Browse files
committed
Initialize wrapped SmtpClient
1 parent 637261c commit a7fef9d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

IntegrationEngine.Core/Mail/SmtpClientAdapter.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ public class SmtpClientAdapter : ISmtpClient
1111

1212
public SmtpClientAdapter()
1313
{
14+
SmtpClient = new SmtpClient();
1415
}
1516

1617
public virtual void Send(MailMessage mailMessage)

0 commit comments

Comments
 (0)