Interface Swift_Spool
Package: Swift
Author:
Fabien Potencier
Located at vendors/swiftmailer/lib/classes/Swift/Spool.php
Methods summary
public
|
#
start( )
Starts this Spool mechanism.
Starts this Spool mechanism.
|
public
|
#
stop( )
Stops this Spool mechanism.
Stops this Spool mechanism.
|
public
boolean
|
#
isStarted( )
Tests if this Spool mechanism has started.
Tests if this Spool mechanism has started.
Returns
boolean
|
public
boolean
|
#
queueMessage( Swift_Mime_Message $message )
Queues a message.
Parameters
Returns
boolean Whether the operation has succeeded
|
public
integer
|
#
flushQueue( Swift_Transport $transport, string[] & $failedRecipients = null )
Sends messages using the given transport instance.
Sends messages using the given transport instance.
Parameters
- $transport
Swift_Transport
$transport A transport instance
- $failedRecipients
string[] &$failedRecipients An array of failures by-reference
Returns
integer The number of sent emails
|
Magic methods summary