"smtp.free.fr", * "smtp.username" => "", * "smtp.password" => "", * "smtp.secure" => "", * "address.from" => "cops@slucas.fr" * ); * * For Gmail (ssl is mandatory) : * $config['cops_mail_configuration'] = array( "smtp.host" => "smtp.gmail.com", * "smtp.username" => "YOUR GMAIL ADRESS", * "smtp.password" => "YOUR GMAIL PASSWORD", * "smtp.secure" => "ssl", * "address.from" => "cops@slucas.fr" * ); * * You'll also need to enable Allow Less Secure Apps in you Gmail account. */ $config['cops_mail_configuration'] = array( "smtp.host" => "", "smtp.username" => "", "smtp.password" => "", "smtp.secure" => "ssl", "address.from" => "cops@ebook.com" );