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