#50049 closed feature request (duplicate)
PHPMailer and OAuth
| Reported by: | nicegamer7 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Version: | ||
| Severity: | normal | Keywords: | |
| Cc: | Focuses: |
Description
I noticed that in the PHPMailer class provided with WordPress, AuthType is limited to CRAM-MD5, LOGIN, or PLAIN. But I noticed this page in their wiki which says that support for XOAUTH2 was added in version 5.2.11.
I also took a look at the SMTP class provided with WordPress, and there is a OAuth variable, but it's not used for anything (at least as far as I could tell).
I think it would be nice if this functionality was included with WordPress.
Let me know what you think, thanks.
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
There is already a proposal to include a full copy of PHPMailer in #39714 which would include Oauth elements.