· 8 years ago · Jan 29, 2018, 04:06 PM
1$wgSMTP = array(
2 'host' => 'ssl://smtp.gmail.com',
3 'IDHost' => 'gmail.com',
4 'port' => 465,
5 'username' => 'yourEmailAccount@gmail.com',
6 'password' => 'yourEmailPassword',
7 'auth' => true
8);