MailKit SmtpClientOptions update

master
Tudor Stanciu 2023-01-20 19:20:21 +02:00
parent 1f7672686b
commit 924824437f
1 changed files with 0 additions and 1 deletions

View File

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