Skip to content
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

SMTP.SendEmail - Add OAuth support #22

Merged
merged 4 commits into from
Dec 21, 2023
Merged

SMTP.SendEmail - Add OAuth support #22

merged 4 commits into from
Dec 21, 2023

Conversation

RikuVirtanen
Copy link
Contributor

#15

[1.2.0] - 2023-12-21

Changed

  • Changed Task to use MailKit library instead of deprecated System.Net.Mail.
  • Changed the Task to create a temp file from the AttachmentFromString. The temp file will be removed afterwards.

Added

  • Added OAuth2 support.
  • New parameters:
    • SecureSocket
    • UseOAuth2
    • Token

Removed

  • Removed UseWindowsAuthentication because it's not supported with the new library.

@Svenskapojkarna Svenskapojkarna merged commit 8262eda into main Dec 21, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants