Skip to content

Commit

Permalink
Merge pull request #46113 from gefloh/fix-docs
Browse files Browse the repository at this point in the history
Remove non-existing value "OPTIONAL", fix typo
  • Loading branch information
gsmet authored Feb 9, 2025
2 parents 0642ebc + d674851 commit 2748a88
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,10 +149,10 @@ public interface MailerRuntimeConfig {

/**
* Sets the login mode for the connection.
* Either {@code NONE}, {@code DISABLED}, {@code OPTIONAL}, {@code REQUIRED} or {@code XOAUTH2}.
* Either {@code NONE}, {@code DISABLED}, {@code REQUIRED} or {@code XOAUTH2}.
* <ul>
* <li>NONE means a login will be attempted if the server supports it and login credentials are set</li>
* <li>DISABLED means no login will be attempted</li>
* <li>NONE means a login will be attempted if the server supports in and login credentials are set</li>
* <li>REQUIRED means that a login will be attempted if the server supports it and the send operation will fail
* otherwise</li>
* <li>XOAUTH2 means that a login will be attempted using Google Gmail Oauth2 tokens</li>
Expand Down

0 comments on commit 2748a88

Please sign in to comment.