-
$sender
-
A reference to the sender address object
-
$sent
-
The number of recipients sent to so
-
$string
-
Contains the response received
-
$string
-
Contains the command being sent
-
$swift
-
An instance of Swift
-
sendPerformed
-
Executes when Swift sends a message
-
setCode
-
Set response code
-
setCode
-
Set response code which is expected
-
setNumSent
-
Set the number of recipients to how many were sent
-
setString
-
Set the response received
-
setString
-
Set the command being sent (without CRLF)
-
setSwift
-
Provide a reference to te currently running Swift this event was generated from
-
SendEvent.php
-
-
SendListener.php
-
-
Swift_Events
-
Provides core functionality for Swift generated events for plugins
-
Swift_Events_BeforeCommandListener
-
Contains the list of methods a plugin requiring the use of a CommandEvent, before it is sent must implement
-
Swift_Events_BeforeSendListener
-
Contains the list of methods a plugin requiring the use of a SendEvent before the message is sent must implement
-
Swift_Events_CommandEvent
-
Generated when Swift is sending a command
-
Swift_Events_CommandListener
-
Contains the list of methods a plugin requiring the use of a CommandEvent must implement
-
Swift_Events_ConnectEvent
-
Generated every time Swift connects with a MTA
-
Swift_Events_ConnectListener
-
Contains the list of methods a plugin requiring the use of a ConnectEvent must implement
-
Swift_Events_DisconnectEvent
-
Generated every time Swift disconnects from a MTA
-
Swift_Events_DisconnectListener
-
Contains the list of methods a plugin requiring the use of a DisconnectEvent must implement
-
Swift_Events_Listener
-
Used for identity only
-
Swift_Events_ListenerMapper
-
Maps event listener names to the methods they implement
-
Swift_Events_ResponseEvent
-
Generated when Swift receives a server response
-
Swift_Events_ResponseListener
-
Contains the list of methods a plugin requiring the use of a ResponseEvent must implement
-
Swift_Events_SendEvent
-
Generated every time a message is sent with Swift
-
Swift_Events_SendListener
-
Contains the list of methods a plugin requiring the use of a SendEvent must implement