Blesta
  • Package
  • Class
  • Tree
  • Deprecated

Packages

  • blesta
    • app
      • components
        • events
          • default
      • controllers
      • models
    • components
      • auth
      • delivery
        • interfax
        • postal
          • methods
      • download
      • email
      • exchange
        • rates
          • foxrate
          • google
            • finance
          • yahoo
            • finance
      • gateway
        • payments
      • gateways
      • invoice
        • delivery
        • templates
      • json
      • modules
      • net
        • http
        • net
          • amazon
            • s3
          • geo
            • ip
      • plugins
      • recaptcha
      • security
      • session
        • cart
      • settingscollection
      • upgrades
      • upload
      • vcard
    • helpers
      • currency
        • format
      • data
        • structure
          • array
          • string
      • text
        • parser
  • com
    • tecnick
      • tcpdf
        • blesta
          • components
            • invoice
              • templates
                • quickbooks
                  • invoice
                • templates
                  • default
  • Crypt
    • AES
    • DES
    • Hash
    • Random
    • RC4
    • Rijndael
    • RSA
    • TerraDES
  • File
    • ANSI
    • ASN1
    • X509
  • Math
    • BigInteger
  • minPHP
    • components
      • input
      • record
    • helpers
      • color
      • data
        • structure
      • date
      • html
      • xml
    • lib
  • Net
    • SFTP
    • SSH1
    • SSH2
  • None
  • PHP
  • PHPMailer
  • Services
    • JSON
  • Swift
    • ByteStream
    • CharacterStream
    • Encoder
    • Events
    • KeyCache
    • Mailer
    • Mime
    • Plugins
    • Transport

Classes

  • Swift
  • Swift_ConfigurableSpool
  • Swift_DependencyContainer
  • Swift_FileSpool
  • Swift_Mailer
  • Swift_MemorySpool
  • Swift_NullTransport
  • Swift_Preferences
  • Swift_SpoolTransport
  • Swift_StreamFilters_ByteArrayReplacementFilter
  • Swift_StreamFilters_StringReplacementFilter
  • Swift_StreamFilters_StringReplacementFilterFactory
  • Swift_Transport_NullTransport
  • Swift_Transport_SpoolTransport
  • Swift_Validate

Interfaces

  • Swift_Filterable
  • Swift_ReplacementFilterFactory
  • Swift_Spool
  • Swift_StreamFilter

Exceptions

  • Swift_DependencyException
  • Swift_IoException
  • Swift_RfcComplianceException
  • Swift_SwiftException

Class Swift_Transport_SpoolTransport

Stores Messages in a queue.

Swift_Transport_SpoolTransport implements Swift_Transport

Direct known subclasses

Swift_SpoolTransport

Package: Swift
Author: Fabien Potencier
Located at vendors/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php

Methods summary

public
# __construct( Swift_Events_EventDispatcher $eventDispatcher, Swift_Spool $spool = null )

Constructor.

Constructor.

public Swift_Transport_SpoolTransport
# setSpool( Swift_Spool $spool )

Sets the spool object.

Sets the spool object.

Parameters

$spool
Swift_Spool
$spool

Returns

Swift_Transport_SpoolTransport
public Swift_Spool
# getSpool( )

Get the spool object.

Get the spool object.

Returns

Swift_Spool
public boolean
# isStarted( )

Tests if this Transport mechanism has started.

Tests if this Transport mechanism has started.

Returns

boolean

Implementation of

Swift_Transport::isStarted()
public
# start( )

Starts this Transport mechanism.

Starts this Transport mechanism.

Implementation of

Swift_Transport::start()
public
# stop( )

Stops this Transport mechanism.

Stops this Transport mechanism.

Implementation of

Swift_Transport::stop()
public integer
# send( Swift_Mime_Message $message, string[] & $failedRecipients = null )

Sends the given message.

Sends the given message.

Parameters

$message
Swift_Mime_Message
$message
$failedRecipients
string[]
&$failedRecipients to collect failures by-reference

Returns

integer
The number of sent emails

Implementation of

Swift_Transport::send()
public
# registerPlugin( Swift_Events_EventListener $plugin )

Register a plugin.

Register a plugin.

Parameters

$plugin
Swift_Events_EventListener
$plugin

Implementation of

Swift_Transport::registerPlugin()

Magic methods summary

Properties summary

private mixed $_spool
#

The spool instance

The spool instance

private mixed $_eventDispatcher
#

The event dispatcher from the plugin API

The event dispatcher from the plugin API

Blesta API documentation generated by ApiGen 2.8.0