You are here

function mandrill_test_mandrill_mailsend_result in Mandrill 7.2

Implements hook_mandrill_mailsend_result().

File

modules/mandrill_test/mandrill_test.module, line 26
Used to test Mandrill API hooks.

Code

function mandrill_test_mandrill_mailsend_result($result) {
  variable_set('mandrill_test_mailsend_result', $result);
}