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

Support for SMTP OAuth authentication through easier IEmailSenderClient implementation #17484

Open
wants to merge 9 commits into
base: contrib
Choose a base branch
from

Commits on Nov 11, 2024

  1. Implement IEmailSenderClient interface and implementation

    In an effort to support oauth 2 and other schemes, we extract a emailsenderclient interface, allowing to replace default smtp client with one that fits the usecase, without having to implement all of Umbracos logic that builds the mimemessage
    kasparboelkjeldsen committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    7fcc549 View commit details
    Browse the repository at this point in the history
  2. fix test

    kasparboelkjeldsen committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    867b74e View commit details
    Browse the repository at this point in the history
  3. Documentation

    kasparboelkjeldsen committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    d9c5825 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    92f5c2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f450b85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba68ffd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e38c16 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1942b60 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Configuration menu
    Copy the full SHA
    c667f72 View commit details
    Browse the repository at this point in the history