Class Swift_FileSpool
Stores Messages on the filesystem.
- Swift_ConfigurableSpool implements Swift_Spool
- Swift_FileSpool
Package: Swift
Author: Fabien Potencier
Author: Xavier De Cock xdecock@gmail.com
Located at classes/swiftmailer/lib/classes/Swift/FileSpool.php
Author: Fabien Potencier
Author: Xavier De Cock xdecock@gmail.com
Located at classes/swiftmailer/lib/classes/Swift/FileSpool.php
public
|
|
public
boolean
|
|
public
|
|
public
|
|
public
|
#
setRetryLimit( integer $limit )
Allow to manage the enqueuing retry limit. Default, is ten and allows over 64^20 different fileNames |
public
boolean
|
|
public
|
|
public
integer
|
#
flushQueue(
Sends messages using the given transport instance. |
protected
|
#
getRandomString( integer $count )
Returns a random string needed to generate a fileName for the queue. |
getMessageLimit(),
getTimeLimit(),
setMessageLimit(),
setTimeLimit()
|
private
|
$_path
The spool directory |
|
private
integer
|
$_retryLimit
File WriteRetry Limit |
#
10
|