Class PHPMailerOAuth
PHPMailerOAuth - PHPMailer subclass adding OAuth support.
- PHPMailer
PHPMailerOAuth
Methods summary
public PHPMailerOAuthGoogle |
#
getOAUTHInstance( )
Get a PHPMailerOAuthGoogle instance to use.
Get a PHPMailerOAuthGoogle instance to use.
Returns
|
public boolean |
# smtpConnect( array
$options = array() )
Initiate a connection to an SMTP server. Overrides the original
smtpConnect method to add support for OAuth.
Initiate a connection to an SMTP server. Overrides the original
smtpConnect method to add support for OAuth.
Parameters
- $options
- An array of options compatible with
stream_context_create()
Returns
boolean
Throws
Uses
Overrides
|
Methods inherited from PHPMailer
DKIM_Add(),
DKIM_BodyC(),
DKIM_HeaderC(), DKIM_QP(),
DKIM_Sign(),
__construct(),
__destruct(),
_mime_types(),
addAddress(),
addAnAddress(),
addAttachment(), addBCC(),
addCC(),
addCustomHeader(),
addEmbeddedImage(),
addOrEnqueueAnAddress(),
addReplyTo(),
addStringAttachment(),
addStringEmbeddedImage(),
addrAppend(),
addrFormat(),
alternativeExists(), attachAll(),
attachmentExists(),
base64EncodeWrapMB(),
clearAddresses(),
clearAllRecipients(),
clearAttachments(), clearBCCs(),
clearCCs(),
clearCustomHeaders(),
clearQueuedAddresses(),
clearReplyTos(),
createBody(),
createHeader(),
doCallback(), edebug(),
encodeFile(),
encodeHeader(), encodeQ(),
encodeQP(),
encodeQPphp(),
encodeString(),
endBoundary(),
filenameToType(), fixEOL(),
generateId(),
getAllRecipientAddresses(),
getAttachments(),
getBccAddresses(),
getBoundary(),
getCcAddresses(),
getCustomHeaders(),
getLastMessageID(),
getMailMIME(),
getReplyToAddresses(),
getSMTPInstance(),
getSentMIMEMessage(),
getToAddresses(),
getTranslations(),
has8bitChars(),
hasLineLongerThanMax(),
hasMultiBytes(),
headerLine(), html2text(),
idnSupported(),
inlineImageExists(), isError(),
isHTML(),
isMail(),
isQmail(),
isSMTP(),
isSendmail(),
isShellSafe(), lang(),
mailSend(),
mb_pathinfo(), msgHTML(),
normalizeBreaks(),
parseAddresses(), postSend(),
preSend(),
punyencodeAddress(), rfcDate(),
secureHeader(), send(),
sendmailSend(),
serverHostname(), set(),
setError(),
setFrom(),
setLanguage(),
setMessageType(),
setWordWrap(), sign(),
smtpClose(),
smtpSend(),
textLine(),
utf8CharBoundary(),
validateAddress(), wrapText() |
Properties inherited from PHPMailer
$AllowEmpty,
$AltBody,
$AuthType, $Body,
$CharSet,
$ConfirmReadingTo,
$ContentType,
$CustomHeader,
$DKIM_domain,
$DKIM_identity,
$DKIM_passphrase,
$DKIM_private,
$DKIM_private_string,
$DKIM_selector,
$Debugoutput,
$Encoding,
$ErrorInfo, $From,
$FromName, $Helo,
$Host,
$Hostname, $Ical,
$LE,
$MIMEBody,
$MIMEHeader,
$Mailer,
$MessageDate,
$MessageID,
$Password,
$PluginDir, $Port,
$Priority,
$Realm,
$RecipientsQueue,
$ReplyTo,
$ReplyToQueue,
$ReturnPath,
$SMTPAuth,
$SMTPAutoTLS,
$SMTPDebug,
$SMTPKeepAlive,
$SMTPOptions,
$SMTPSecure,
$Sender,
$Sendmail,
$SingleTo,
$SingleToArray,
$Subject,
$Timeout,
$UseSendmailOptions,
$Username,
$Version,
$WordWrap,
$Workstation,
$XMailer,
$action_function,
$all_recipients,
$attachment, $bcc,
$boundary, $cc,
$do_verp,
$error_count,
$exceptions,
$language,
$lastMessageID,
$mailHeader,
$message_type,
$sign_cert_file,
$sign_extracerts_file,
$sign_key_file,
$sign_key_pass, $smtp,
$to,
$uniqueid,
$validator |