remove test settings for test mail server
This commit is contained in:
parent
b81c888692
commit
0d611f0b2a
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