Unable to get multiple mailboxaddress when multiple email address is invalid #1927
Unanswered
oinkoink08
asked this question in
Q&A
Replies: 1 comment
-
It is not supported. MailKit stops once the first address gets an error from the SMTP server. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I wanted to check if this feature is supported in MailKit:
I am trying to migrate to MailKit from System.Net.Mail and one of my exception handling logic is to iterate through each SmtpFailedRecipientException in a collection of SmtpFailedRecipientsException to get each individual failed to sent recipient and this is working on System.Net.Mail.
I want to have the same exception handling and checking if the multiple MailboxAddress also supported on SmtpCommandException, I manage to only get a single MailboxAddress object and it only contains one Address which usually the first one that has failed.
Beta Was this translation helpful? Give feedback.
All reactions