Ejemplo n.º 1
0
 /**
  * Set email related info
  */
 public function __construct()
 {
     parent::__construct();
     $this->_template = 'example_en.phtml';
     $this->_subject = $this->t->_('Example email');
 }
Ejemplo n.º 2
0
 /**
  * Set email related info
  */
 public function __construct()
 {
     parent::__construct();
     $this->_template = 'notification_en.phtml';
     $this->_subject = $this->t->_('Error notification from your website');
 }