-
getBytesIn
-
Get the total number of bytes received
-
getBytesOut
-
Get the total number of bytes sent
-
getBytesPerMinute
-
Get the number of bytes allowed per minute.
-
getEmailsPerMinute
-
Get the rate as number of emails per minute.
-
getEmbedLocalFiles
-
Returns true if local files can be embedded, or false if not.
-
getEmbedRemoteFiles
-
Returns true if remote files can be embedded, or false if not.
-
getLocalFilePattern
-
Get the PCRE pattern for a local file based on the tag name.
-
getLocalFilePatternFormat
-
Gets the sprintf() format string for the PCRE pattern to scan for remote files.
-
getProtocols
-
Get a list of all registered protocols.
-
getRemoteFilePattern
-
Get the PCRE pattern for a remote file based on the tag name.
-
getRemoteFilePatternFormat
-
Gets the sprintf() format string for the PCRE pattern to scan for remote files.
-
getSent
-
Get the number of emails sent
-
getTagDefinition
-
Get a tag definition.
-
getThreshold
-
Get the number of emails which need to be sent for reconnection to occur
-
getThreshold
-
Get the number of emails which must be sent before a rotation occurs
-
getTimeLapse
-
Get the time taken thus far (full seconds).
-
getType
-
Get the MIME type based upon the extension.
-
getWait
-
Get the number of seconds the plugin should wait for before re-connecting
-
getPermittedInHeaders
-
Check if replacements in headers are allowed.
-
getPermittedTypes
-
Get the list of mime types for which the body can be changed.
-
getReplacements
-
Get the entire list of replacements as a 2-d array
-
getReplacements
-
Get the replacements object.
-
getReplacementsFor
-
Get the list of replacements for the address given.
-
getView
-
Get the View component.
-
$sent
-
The number of emails sent so far
-
sendPerformed
-
Part of the interface which is notified when a message has been sent.
-
sendPerformed
-
Swift's SendEvent listener.
-
sendPerformed
-
Swift's SendEvent listener.
-
setBytesIn
-
Set the total number of bytes received.
-
setBytesOut
-
Set the total number of bytes sent.
-
setBytesPerMinute
-
Set the throttling rate as bytes per minute
-
setEmailsPerMinute
-
Set the rate as emails-per-minute.
-
setEmbedLocalFiles
-
Turn on or off local file embedding.
-
setEmbedRemoteFiles
-
Turn on or off remote file embedding.
-
setLocalFilePatternFormat
-
Set the PCRE pattern which finds -full- HTML tags and copies the path for a local file into a backreference.
-
setRemoteFilePatternFormat
-
Set the PCRE pattern which finds -full- HTML tags and copies the URL for the remote file into a backreference.
-
setSent
-
Set the number of emails sent
-
setTagDefinition
-
Add, or modify a tag definition.
-
setThreshold
-
Set the number of emails to send before a connection rotation is tried
-
setThreshold
-
Set the number of emails which must be sent for a reconnection to occur
-
setTime
-
Set the time if it's not already set
-
setWait
-
Set the number of seconds the plugin should wait for before reconnecting
-
Swift_Plugin_AntiFlood
-
Swift AntiFlood controller.
-
Swift_Plugin_BandwidthMonitor
-
Swift Bandwidth Monitor.
-
Swift_Plugin_ConnectionRotator
-
Swift Rotating Connection Controller
-
Swift_Plugin_FileEmbedder
-
Swift FileEmbedder Plugin to embed remote files.
-
Swift_Plugin_Throttler
-
Throttler plugin for Swift Mailer.
-
$store
-
Temporary storage so we can restore changes we make.
-
setPermittedInHeaders
-
Enable of disable the ability to replace values in the headers
-
setReplacements
-
Set the complete list of replacements as a 2-d array.
-
setReplacements
-
Set the replacements as a 2-d array or an instance of Swift_Plugin_Decorator_Replacements.
-
Swift_Plugin_Decorator
-
Swift Decorator Plugin.
-
Swift_Plugin_Decorator_Replacements
-
Swift Decorator Plugin Replacements.
-
sendPerformed
-
Part of the interface which is notified when a message has been sent.
-
setView
-
Set the View component to display results.
-
Swift_Plugin_VerboseSending
-
Verbose Sending plugin for Swift Mailer.
-
Swift_Plugin_VerboseSending_AbstractView
-
The View layer for the Verbose Sending Plugin
-
Swift_Plugin_VerboseSending_DefaultView
-
The Default View for the Verbose Sending Plugin