Class PHPMailerOAuth
PHPMailerOAuth - PHPMailer subclass adding OAuth support.
- PHPMailer
- PHPMailerOAuth
Package: PHPMailer
Copyright: 2012 - 2014 Marcus Bointon
Copyright: 2010 - 2012 Jim Jagielski
Copyright: 2004 - 2009 Andy Prevost
License: GNU Lesser General Public License
Author: @sherryl4george
Author: Marcus Bointon (@Synchro) phpmailer@synchromedia.co.uk
Located at lass/mail/phpmailer/class.phpmaileroauth.php
Copyright: 2012 - 2014 Marcus Bointon
Copyright: 2010 - 2012 Jim Jagielski
Copyright: 2004 - 2009 Andy Prevost
License: GNU Lesser General Public License
Author: @sherryl4george
Author: Marcus Bointon (@Synchro) phpmailer@synchromedia.co.uk
Located at lass/mail/phpmailer/class.phpmaileroauth.php
public
|
|
public
boolean
|
#
smtpConnect( array $options = array() )
Initiate a connection to an SMTP server. Overrides the original smtpConnect method to add support for OAuth. |
CRLF,
MAX_LINE_LENGTH,
STOP_CONTINUE,
STOP_CRITICAL,
STOP_MESSAGE
|
public
string
|
$oauthUserEmail
The OAuth user's email address |
#
''
|
public
string
|
$oauthRefreshToken
The OAuth refresh token |
#
''
|
public
string
|
$oauthClientId
The OAuth client ID |
#
''
|
public
string
|
$oauthClientSecret
The OAuth client secret |
#
''
|
protected
|
$oauth
An instance of the PHPMailerOAuthGoogle class. |
#
null
|