示例#1
0
文件: Mail.php 项目: vsek/mailer
 public function __construct(\Nette\Application\UI\Presenter $presenter)
 {
     parent::__construct();
     $this->setFrom($presenter->getSetting('email'), $presenter->getSetting('name'));
 }