![]() |
TYPO3
7.6
|
Public Member Functions | |
| start () | |
| stop () | |
| isStarted () | |
| queueMessage (Swift_Mime_Message $message) | |
| flushQueue (Swift_Transport $transport, &$failedRecipients=null) | |
| flushQueue | ( | Swift_Transport | $transport, |
| & | $failedRecipients = null |
||
| ) |
Sends messages using the given transport instance.
| Swift_Transport | $transport | A transport instance |
| string[] | $failedRecipients An array of failures by-reference |
Implemented in Swift_FileSpool, and Swift_MemorySpool.
| isStarted | ( | ) |
Tests if this Spool mechanism has started.
Implemented in Swift_FileSpool, and Swift_MemorySpool.
| queueMessage | ( | Swift_Mime_Message | $message | ) |
Queues a message.
| Swift_Mime_Message | $message | The message to store |
Implemented in Swift_FileSpool, and Swift_MemorySpool.
| start | ( | ) |
Starts this Spool mechanism.
Implemented in Swift_FileSpool, and Swift_MemorySpool.
| stop | ( | ) |
Stops this Spool mechanism.
Implemented in Swift_FileSpool, and Swift_MemorySpool.
1.8.3