MailKit SmtpClientOptions update

This commit is contained in:
Tudor Stanciu 2023-01-20 19:20:21 +02:00
parent 1f7672686b
commit 924824437f

View File

@ -12,7 +12,6 @@
public record AuthenticationOptions
{
public string UserName { get; init; }
public string Domain { get; init; }
public string Password { get; init; }
}
}