"http://localhost/"); $mysqlParams=array( 'host' => 'localhost', 'user' => 'botsarena', 'pass' => 'botsPwd', 'database'=>'botsarena' ); $smtpParams=array( //exemple for gmail 'auth' => true, 'secure' => 'tls', 'host' => 'smtp.gmail.com', 'port' => 587, 'username' => "email@gmail.com", 'pass' => "" );