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

add Net::SMTP::Authenticator class and auth_* methods are separated from the Net::SMTP class. #53

Merged
merged 2 commits into from
Jul 31, 2023

Commits on Jul 30, 2023

  1. add Net::SMTP::Authenticator class and auth_* methods are separated f…

    …rom the Net::SMTP class.
    
    This allows you to add a new authentication method to Net::SMTP.
    Create a class with an `auth` method that inherits Net::SMTP::Authenticator.
    The `auth` method has two arguments, `user` and `secret`.
    Send an instruction to the SMTP server by using the `continue` or `finish` method.
    For more information, see lib/net/smtp/auto _*.rb.
    tmtm committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    95a2a11 View commit details
    Browse the repository at this point in the history
  2. NEWS.md

    tmtm committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    920bead View commit details
    Browse the repository at this point in the history