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
|
* @var array
|
||||||
*/
|
*/
|
||||||
public static $mail = array(
|
public static $mail = array(
|
||||||
'host' => 'mail.uni-duesseldorf.de',
|
'host' => '',
|
||||||
'port' => 465,
|
'port' => 465,
|
||||||
'username' => 'questlab',
|
'username' => '',
|
||||||
'password' => 'vn0yy2*z',
|
'password' => '',
|
||||||
'secure' => 'ssl',
|
'secure' => '',
|
||||||
'charset' => 'UTF-8'
|
'charset' => 'UTF-8'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue