You are here

function mandrill_test_mandrill_valid_attachment_types_alter in Mandrill 7.2

Implements hook_mandrill_valid_attachment_types_alter().

File

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

Code

function mandrill_test_mandrill_valid_attachment_types_alter(&$types) {
  $types[] = 'application/pdf';
}