[EasySwift] element index

Package indexes

All elements
a c d e f g h i l m n p r s t u _
_
top
__construct
Constructor
__construct
EasySwift::__construct() in EasySwift.php
Constructor
a
top
$attachmentIds
EasySwift::$attachmentIds in EasySwift.php
A list of all the IDs of the attachments add to the message
$autoFlush
EasySwift::$autoFlush in EasySwift.php
If EasySwift should get rid of the message and recipients once it's done sending
addAttachment
Add a new attachment to the message
addBcc
EasySwift::addBcc() in EasySwift.php
Add Bcc: recipients to the email
addCc
EasySwift::addCc() in EasySwift.php
Add Cc: recipients to the email
addHeaders
EasySwift::addHeaders() in EasySwift.php
Add headers to the message
addImage
EasySwift::addImage() in EasySwift.php
Embed an image into the message and get the src attribute for HTML
addPart
EasySwift::addPart() in EasySwift.php
Add a new MIME part to the message
addRecipients
Add recipients to the email
addTo
EasySwift::addTo() in EasySwift.php
Add To: recipients to the email
authenticate
EasySwift::authenticate() in EasySwift.php
Authenticate with SMTP authentication
autoFlush
EasySwift::autoFlush() in EasySwift.php
Turn automatic flsuhing on or off.
c
top
close
EasySwift::close() in EasySwift.php
Close the connection to the MTA
command
EasySwift::command() in EasySwift.php
Send a command to Swift and get a response
connect
EasySwift::connect() in EasySwift.php
Connect to the MTA if not already connected
d
top
dumpLog
EasySwift::dumpLog() in EasySwift.php
Dump the contents of the log to the browser The log contains some < and > characters so you may need to view source Note that this method dumps data to the browser, it does NOT return anything.
e
top
$errors
EasySwift::$errors in EasySwift.php
The list of errors handled at runtime
$exactCopy
EasySwift::$exactCopy in EasySwift.php
If all recipients should get the same copy of the message, including headers
EasySwift
EasySwift in EasySwift.php
EasySwift: Facade for Swift Mailer Version 3.
EasySwift.php
EasySwift.php in EasySwift.php
embedFile
EasySwift::embedFile() in EasySwift.php
Embed an inline file into the message, such as a Image or MIDI file
EasySwiftResponseTracker.php
EasySwiftResponseTracker.php in EasySwiftResponseTracker.php
f
top
$failed
EasySwift::$failed in EasySwift.php
This value becomes set to true when Swift fails
flush
EasySwift::flush() in EasySwift.php
Flush message, recipients and headers
flushAttachments
Clear out all attachments
flushBcc
EasySwift::flushBcc() in EasySwift.php
Clear out all Bcc: recipients
flushCc
EasySwift::flushCc() in EasySwift.php
Clear out all Cc: recipients
flushErrors
EasySwift::flushErrors() in EasySwift.php
Clear the current list of errors
flushHeaders
EasySwift::flushHeaders() in EasySwift.php
Clear out all message headers
flushParts
EasySwift::flushParts() in EasySwift.php
Clear out all message parts
flushTo
EasySwift::flushTo() in EasySwift.php
Clear out all To: recipients
g
top
getBccAddresses
Get an array of Bcc addresses
getCcAddresses
Get an array of Cc addresses
getCharset
EasySwift::getCharset() in EasySwift.php
Get the charset of the charset to use in the message
getErrors
EasySwift::getErrors() in EasySwift.php
Get the full list of errors
getFailedRecipients
Get a list of any addresses which have failed since instantiation
getLastError
EasySwift::getLastError() in EasySwift.php
Get the last error that occured
getMimeWarning
Get the currently set MIME warning (seen by old clients)
getPlugin
EasySwift::getPlugin() in EasySwift.php
Get a reference to the plugin identified by $name
getReplyTo
EasySwift::getReplyTo() in EasySwift.php
Get the reply-to address(es) as an array of strings
getReturnPath
Get the return-path address as a string
getToAddresses
Get an array of To addresses
getTransactions
Dump the log contents
h
top
handshake
EasySwift::handshake() in EasySwift.php
Perform the SMTP greeting process (don't do this unless you understand why you're doing it)
hasFailed
EasySwift::hasFailed() in EasySwift.php
Check if Swift has failed or not
i
top
isConnected
EasySwift::isConnected() in EasySwift.php
Check if the current connection is open or not
l
top
$lastError
EasySwift::$lastError in EasySwift.php
The last error received
$lastResponse
EasySwift::$lastResponse in EasySwift.php
The last response received from the server
loadAuthenticator
Load in a new authentication mechanism for SMTP
loadPlugin
EasySwift::loadPlugin() in EasySwift.php
Add a new plugin to respond to events
m
top
$message
EasySwift::$message in EasySwift.php
An instance of Swift_Message
n
top
newMessage
EasySwift::newMessage() in EasySwift.php
Reset the current message and start a fresh one
newRecipientList
Reset the current list of recipients and start a new one
p
top
$partIds
EasySwift::$partIds in EasySwift.php
A list of the IDs of all parts added to the message
$pluginCount
EasySwift::$pluginCount in EasySwift.php
The number of loaded plugins
r
top
$recipients
EasySwift::$recipients in EasySwift.php
An address list to send to (Cc, Bcc, To..)
$responseCode
EasySwift::$responseCode in EasySwift.php
The 3 digit code in the last response received from the server
removePlugin
EasySwift::removePlugin() in EasySwift.php
Remove the plugin identified by $name
requestReadReceipt
Request for a read recipient to be sent to the reply-to address
responseReceived
Response listener method
s
top
$swift
EasySwift::$swift in EasySwift.php
The instance of Swift this class wrappers
send
EasySwift::send() in EasySwift.php
Send an email to a number of recipients
setCharset
EasySwift::setCharset() in EasySwift.php
Set the charset of the charset to use in the message
setError
EasySwift::setError() in EasySwift.php
Set an error message
setHeader
EasySwift::setHeader() in EasySwift.php
Set a header in the message
setHeaderAttribute
Set an attribute in the message headers
setHeaderEncoding
Set the encoding used in the message header
setMaxLogSize
Set the maximum size of the log
setMimeWarning
Set the multipart MIME warning message (only seen by old clients)
setPriority
EasySwift::setPriority() in EasySwift.php
Set the message priority
setReplyTo
EasySwift::setReplyTo() in EasySwift.php
Set the reply-to header
setReturnPath
Set the return path address (where bounces go to)
stringToAddress
Turn a string representation of an email address into a Swift_Address object
SWIFT_DEFAULT_PORT
SWIFT_DEFAULT_PORT in EasySwift.php
SWIFT_OPEN
SWIFT_OPEN in EasySwift.php
Swift_Plugin_EasySwiftResponseTracker
Swift_Plugin_EasySwiftResponseTracker in EasySwiftResponseTracker.php
EasySwift, Swift Response Tracker.
SWIFT_SECURE_PORT
SWIFT_SECURE_PORT in EasySwift.php
SWIFT_SSL
SWIFT_SSL in EasySwift.php
SWIFT_TLS
SWIFT_TLS in EasySwift.php
t
top
$target
Swift_Plugin_EasySwiftResponseTracker::$target in EasySwiftResponseTracker.php
The target object to update
u
top
useAutoLineResizing
Enable line resizing (on 1000 by default)
useExactCopy
EasySwift::useExactCopy() in EasySwift.php
This method should be called if you do not wish to send messages in batch mode (i.e. if all recipients should see each others' addresses)
useLogging
EasySwift::useLogging() in EasySwift.php
Turn logging on or off (saves memory)
a c d e f g h i l m n p r s t u _