-
Notifications
You must be signed in to change notification settings - Fork 438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System.MissingMethodException when using MailKit 3.0.0 #296
Comments
Related exception I am seeing:
|
Any update on this issue? @lukencode I think some methods might have been removed MailKit 3.0.0 (2021-12-11) Similar issue documented here: |
Is anyone else experiencing this issue? |
Yes, same issue here. |
Running into this same issue, any word on a workaround besides backing down to mailkit 2.15? |
There are only really two solutions to this issue;
|
@lukencode Can you elaborate on the status of the project? |
please fixed it. :) |
I have upgraded MailKit to v3.0.0 and I when I send email get this exception:
System.MissingMethodException: 'Method not found: 'System.Threading.Tasks.Task MailKit.MailTransport.SendAsync(MimeKit.MimeMessage, System.Threading.CancellationToken, MailKit.ITransferProgress)'.'
When I back to MailKit v2.15.0, everything works good again
The text was updated successfully, but these errors were encountered: