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 vendors/swiftmailer/lib/classes/Swift/FileSpool.php
Author: Fabien Potencier
Author: Xavier De Cock <xdecock@gmail.com>
Located at vendors/swiftmailer/lib/classes/Swift/FileSpool.php
Methods summary
public
|
|
public
boolean
|
|
public
|
|
public
|
|
public
|
#
setRetryLimit( integer $limit )
Allow to manage the enqueuing retry limit. Default, is ten and allows over 6420 different fileNames |
public
boolean
|
|
public
|
#
recover( integer $timeout = 900 )
Execute a recovery if for anyreason a process is sending for too long |
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. |
Methods inherited from Swift_ConfigurableSpool
getMessageLimit()
,
getTimeLimit()
,
setMessageLimit()
,
setTimeLimit()
Magic methods summary
Properties summary
private
mixed
|
$_path |
#
The spool directory |
private
integer
|
$_retryLimit |
#
File WriteRetry Limit |