Stores all sent emails for further usage.

package Swift
subpackage Plugins
author Fabien Potencier

 Methods

__construct()

__construct() 

Invoked immediately before the Message is sent.

beforeSendPerformed(\Swift_Events_SendEvent $evt) 

Parameters

Empty the message list

clear() 

Get the message count

countMessages() : int

Returns

intcount

Get the message list

getMessages() : array

Returns

array

Invoked immediately after the Message is sent.

sendPerformed(\Swift_Events_SendEvent $evt) 

Parameters

 Properties

 

$messages : array