Skip to content

Commit

Permalink
Clarify SMTP auth options, fixes #2732
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Jul 19, 2022
1 parent fb45a2e commit a04c4c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PHPMailer.php
Expand Up @@ -350,8 +350,8 @@ class PHPMailer
public $Password = '';

/**
* SMTP auth type.
* Options are CRAM-MD5, LOGIN, PLAIN, XOAUTH2, attempted in that order if not specified.
* SMTP authentication type. Options are CRAM-MD5, LOGIN, PLAIN, XOAUTH2.
* If not specified, the first one from that list that the server supports will be selected.
*
* @var string
*/
Expand Down

0 comments on commit a04c4c2

Please sign in to comment.