Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. $wgSMTP = array(
  2. 'host' => 'ssl://smtp.gmail.com',
  3. 'IDHost' => 'local.com',
  4. 'port' => 465,
  5. 'username' => 'address@gmail.com', ## or info@mydomain.com, or whatever email account you've set up for your Mediawiki installation
  6. 'password' => 'password',
  7. 'auth' => true
  8. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement