Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed May 20, 2015
1 parent 8736a45 commit ed41c83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 85 deletions.
2 changes: 1 addition & 1 deletion class.smtp.php
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ public function startTLS()
* @see hello()
* @param string $username The user name
* @param string $password The password
* @param string $authtype The auth type (PLAIN, LOGIN, NTLM, CRAM-MD5)
* @param string $authtype The auth type (PLAIN, LOGIN, NTLM, CRAM-MD5, XOAUTH)
* @param string $realm The auth realm for NTLM
* @param string $workstation The auth workstation for NTLM
* @param null|OAuth $OAuth An optional OAuth instance (@see PHPMailerOAuth)
Expand Down
84 changes: 0 additions & 84 deletions examples/gmail_xoauth.php

This file was deleted.

2 changes: 2 additions & 0 deletions get_oauth_token.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* * Ensure dependencies are installed with 'composer install'
* * Set up an app in your Google developer console
* * Set the script address as the app's redirect URL
* If no refresh token is obtained when running this file, revoke access to your app
* using link: https://accounts.google.com/b/0/IssuedAuthSubTokens and run the script again.
* This script requires PHP 5.4 or later
*/

Expand Down

0 comments on commit ed41c83

Please sign in to comment.