View Single Post
Old 05-26-2017, 06:33 PM   #1581
MontyJ
Addict
MontyJ began at the beginning.
 
Posts: 224
Karma: 10
Join Date: Jul 2012
Device: Kindle
Quote:
Originally Posted by mariosipad View Post
@MontyJ

My e-mail entry looks like:
Code:
     $config['cops_mail_configuration'] = array( "smtp.host"     => "smtp.gmail.com",
                                                 "smtp.username" => "myacct@gmail.com",
                                                 "smtp.password" => "mypasswd",
                                                 "smtp.secure"   => "ssl",
                                                 "address.from"  => "myacct@gmail.com",
						 "subject"       => "Sent by COPS : "
                                                 );
Why use hotmail as "address.from"?
Gmail is a non-standard email address for the members of my forum/group. Given they are an, shall we say, 'older' demographic, it could confuse them. They are used to seeing the Hotmail email address.
MontyJ is offline   Reply With Quote