You are here

function mandrill_form_mailsystem_admin_settings_alter in Mandrill 7.2

Implements hook_form_FORM_ID_alter().

File

./mandrill.module, line 734
Enables Drupal to send email directly through Mandrill.

Code

function mandrill_form_mailsystem_admin_settings_alter(&$form, &$form_state, $form_id) {
  $form['mailsystem']['mailsystem_theme']['#description'] .= t(" If using MandrillHtmlMailSystem above, you can control your email theming by copying file sites/all/modules/mandrill/theme/mandrill-message.tpl.php into your theme's templates directory. For example to sites/all/themes/theme-name/templates.");
}