pear / Net_SMTP

PHP SMTP Implementation
https://pear.php.net/package/net_smtp
BSD 2-Clause "Simplified" License
26 stars 38 forks source link

Implement XOAUTH2 authentication method #55

Closed thomascube closed 5 years ago

thomascube commented 5 years ago

Takes an OAuth access token as the passwort argument to authenticate using the XOAUTH2 mechanism as suggested by Gmail and Office 365.

Fixes #31

So far tested with Gmail, now submitting for review.

jparise commented 5 years ago

I just fixed up the Travis CI config. @thomascube, please rebase, and you should get a green build.

thomascube commented 5 years ago

@jparise Done and tests seem to pass now. Looking forward to your review or merge. Thanks!