remove test settings for test mail server
This commit is contained in:
parent
8200e608ff
commit
f42fa8d4e8
1 changed files with 4 additions and 4 deletions
|
|
@ -304,11 +304,11 @@
|
|||
* @var array
|
||||
*/
|
||||
public static $mail = array(
|
||||
'host' => 'mail.uni-duesseldorf.de',
|
||||
'host' => '',
|
||||
'port' => 465,
|
||||
'username' => 'questlab',
|
||||
'password' => 'vn0yy2*z',
|
||||
'secure' => 'ssl',
|
||||
'username' => '',
|
||||
'password' => '',
|
||||
'secure' => '',
|
||||
'charset' => 'UTF-8'
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue