You are here

function hook_mail_logger_record_alter in Mail Logger 7

Allows projects to alter the record.

Parameters

mixed $record: A object or array with record data.

array $context: Corresponds to the array with context data.

3 invocations of hook_mail_logger_record_alter()
mail_logger_load in ./mail_logger.module
Load a single email from the database.
mail_logger_mail_alter in ./mail_logger.module
Implements hook_mail_alter().
mail_logger_overview in ./mail_logger.pages.inc
Menu callback; displays a listing of logged mails.

File

./mail_logger.api.php, line 16
API documentation for the Mail Logger.

Code

function hook_mail_logger_record_alter(&$record, array &$context) {
}