remove test settings for test mail server

This commit is contained in:
coderkun 2014-05-25 22:50:12 +02:00
commit f42fa8d4e8

View file

@ -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'
);