You are here

MailhandlerAuthenticateDefault.inc in Mailhandler 6.2

File

plugins/mailhandler/authenticate/MailhandlerAuthenticateDefault.inc
View source
<?php

/**
 * @file
 * MailhandlerAuthenticateDefault class.
 */
$plugin = array(
  'name' => '"From" address authentication',
  'description' => 'Authenticate messages based on "from" email address',
  'handler' => array(
    'class' => 'MailhandlerAuthenticateDefault',
    'parent' => 'MailhandlerAuthenticate',
  ),
);