public function __construct($fields, $context)
 {
     $this->_m_name = 'email';
     $this->_mt_name = 'pending_approval';
     parent::__construct($fields, $context);
 }
 public function __construct($fields, $context)
 {
     $this->_m_name = 'email';
     $this->_mt_name = 'payment_reminder';
     parent::__construct($fields, $context);
 }
 public function __construct($fields, $context)
 {
     $this->_m_name = 'email';
     $this->_mt_name = 'cancelled_registration';
     parent::__construct($fields, $context);
 }
 public function __construct($fields, $context)
 {
     $this->_m_name = 'email';
     $this->_mt_name = 'registration_summary';
     parent::__construct($fields, $context);
 }
 public function __construct($fields, $context)
 {
     $this->_m_name = 'email';
     $this->_mt_name = 'newsletter';
     parent::__construct($fields, $context);
 }
 public function __construct($fields, $context)
 {
     $this->_m_name = 'html';
     $this->_mt_name = 'receipt';
     parent::__construct($fields, $context);
 }