Class Swift_Events_SendEvent
Generated when a message is being sent.
- Swift_Events_EventObject implements Swift_Events_Event
- Swift_Events_SendEvent
Package: Swift\Events
Author: Chris Corbyn
Located at classes/swiftmailer/lib/classes/Swift/Events/SendEvent.php
Author: Chris Corbyn
Located at classes/swiftmailer/lib/classes/Swift/Events/SendEvent.php
public
|
#
__construct(
Create a new SendEvent for $source and $message. |
public
|
|
public
|
|
public
|
|
public
string[]
|
|
public
integer
|
|
public
integer
|
bubbleCancelled(),
cancelBubble(),
getSource()
|
integer |
RESULT_PENDING
Sending has yet to occur |
#
0x0001
|
integer |
RESULT_SUCCESS
Sending was successful |
#
0x0010
|
integer |
RESULT_TENTATIVE
Sending worked, but there were some failures |
#
0x0100
|
integer |
RESULT_FAILED
Sending failed |
#
0x1000
|
private
|
$_message
The Message being sent. |
|
private
string[]
|
$_failedRecipients
Any recipients which failed after sending. |
#
array()
|
private
integer
|
$_result
The overall result as a bitmask from the class constants. |