[*] Core : added the possibility to disable the emails (i.e. for test purpose)

This commit is contained in:
Damien Metzger
2013-02-21 17:11:32 +01:00
parent eb80b65eab
commit 0e3f3ed462
2 changed files with 17 additions and 12 deletions

View File

@@ -56,6 +56,7 @@ class AdminEmailsControllerCore extends AdminController
'type' => 'radio',
'required' => true,
'choices' => array(
3 => $this->l('Never send emails (may be useful for test purpose)'),
1 => $this->l('Use PHP mail() function. Recommended; works in most cases'),
2 => $this->l('Set my own SMTP parameters. For advanced users ONLY')
),