View Single Post
Old 04-11-2014, 03:48 PM   #869
CHBMB
Junior Member
CHBMB began at the beginning.
 
Posts: 9
Karma: 10
Join Date: Apr 2014
Device: Kindle Paperwhite 2
Quote:
Originally Posted by mariosipad View Post
Try:

Code:
$config['cops_mail_configuration'] = array( "smtp.host"     => "smtp.gmail.com",
                                            "smtp.username" => "myusername@gmail.com",
                                            "smtp.password" => "password",
                                            "smtp.secure"   => "ssl",
                                            "address.from"  => "COPS"
                                            ); 

/*
 * $config['cops_mail_configuration'] = "1";
 */

or just remove the line

Code:
$config['cops_mail_configuration'] = "1";
That worked a treat thank you so much!!!
CHBMB is offline   Reply With Quote