public function __construct($body)
 {
     parent::__construct(sfConfig::get('app_create_visiteur_subject'), $body, 'text/html');
 }
 public function __construct($body)
 {
     parent::__construct(sfConfig::get('app_reset_password_subject'), $body, 'text/html');
 }
示例#3
0
 public function __construct($body)
 {
     parent::__construct(sfConfig::get('app_send_pseudo_subject'), $body, 'text/html');
 }