Overview

Packages

  • CONTENIDO
  • Core
    • Authentication
    • Backend
    • Cache
    • CEC
    • Chain
    • ContentType
    • Database
    • Debug
    • Exception
    • Frontend
      • Search
      • URI
      • Util
    • GenericDB
      • Model
    • GUI
      • HTML
    • I18N
    • LayoutHandler
    • Log
    • Security
    • Session
    • Util
    • Validation
    • Versioning
    • XML
  • Module
    • ContentRssCreator
    • ContentSitemapHtml
    • ContentSitemapXml
    • ContentUserForum
    • NavigationTop
    • ScriptCookieDirective
  • mpAutoloaderClassMap
  • None
  • Plugin
    • ContentAllocation
    • CronjobOverview
    • FormAssistant
    • FrontendLogic
    • FrontendUsers
    • Linkchecker
    • ModRewrite
    • Newsletter
    • Repository
      • FrontendNavigation
      • KeywordDensity
    • SearchSolr
    • SmartyWrapper
    • UrlShortener
    • UserForum
    • Workflow
  • PluginManager
  • Setup
    • Form
    • GUI
    • Helper
      • Environment
      • Filesystem
      • MySQL
      • PHP
    • UpgradeJob
  • Smarty
    • Cacher
    • Compiler
    • Config
    • Debug
    • PluginsBlock
    • PluginsFilter
    • PluginsFunction
    • PluginsInternal
    • PluginsModifier
    • PluginsModifierCompiler
    • PluginsShared
    • Security
    • Template
    • TemplateResources
  • Swift
    • ByteStream
    • CharacterStream
    • Encoder
    • Events
    • KeyCache
    • Mailer
    • Mime
    • Plugins
    • Transport

Classes

  • Swift_Plugins_AntiFloodPlugin
  • Swift_Plugins_BandwidthMonitorPlugin
  • Swift_Plugins_DecoratorPlugin
  • Swift_Plugins_ImpersonatePlugin
  • Swift_Plugins_LoggerPlugin
  • Swift_Plugins_MessageLogger
  • Swift_Plugins_PopBeforeSmtpPlugin
  • Swift_Plugins_RedirectingPlugin
  • Swift_Plugins_ReporterPlugin
  • Swift_Plugins_Reporters_HitReporter
  • Swift_Plugins_Reporters_HtmlReporter
  • Swift_Plugins_ThrottlerPlugin

Interfaces

  • Swift_Plugins_Decorator_Replacements
  • Swift_Plugins_Pop_Pop3Connection
  • Swift_Plugins_Reporter
  • Swift_Plugins_Sleeper
  • Swift_Plugins_Timer
  • Overview
  • Package
  • Class
  • Todo
  • Download

Class Swift_Plugins_RedirectingPlugin

Redirects all email to a single recipient.

Swift_Plugins_RedirectingPlugin implements Swift_Events_SendListener
Package: Swift\Plugins
Author: Fabien Potencier
Located at classes/swiftmailer/lib/classes/Swift/Plugins/RedirectingPlugin.php
Methods summary
public
# __construct( integer $recipient )

Create a new RedirectingPlugin.

Create a new RedirectingPlugin.

Parameters

$recipient
public
# setRecipient( integer $recipient )

Set the recipient of all messages.

Set the recipient of all messages.

Parameters

$recipient
$threshold
public integer
# getRecipient( )

Get the recipient of all messages.

Get the recipient of all messages.

Returns

integer
public
# beforeSendPerformed( Swift_Events_SendEvent $evt )

Invoked immediately before the Message is sent.

Invoked immediately before the Message is sent.

Parameters

$evt

Implementation of

Swift_Events_SendListener::beforeSendPerformed()
public
# sendPerformed( Swift_Events_SendEvent $evt )

Invoked immediately after the Message is sent.

Invoked immediately after the Message is sent.

Parameters

$evt

Implementation of

Swift_Events_SendListener::sendPerformed()
private
# _restoreMessage( Swift_Mime_Message $message )
Properties summary
private string $_recipient

The recipient who will receive all messages.

The recipient who will receive all messages.

#
CMS CONTENIDO 4.9.7 API documentation generated by ApiGen