Advertisement
Guest User

Untitled

a guest
Aug 20th, 2015
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. #Mail
  2.  
  3. $config['mail']['domain'] = 'realmofespionage.com';
  4. $config['mail']['notifyfrom'] = '"realmofespionage.com" <address@hidden>';
  5. $config['mail']['backend'] = 'smtp';
  6. $config['mail']['debug'] = false;
  7. $config['mail']['domain'] = 'realmofespionage.com';
  8. $config['mail']['notifyfrom'] = '[email protected]';
  9. $config['mail']['backend'] = 'smtp';
  10. $config['mail']['params'] = array(
  11. 'host' => 'ssl://smtp.gmail.com',
  12. 'port' => 465,
  13. 'auth' => true,
  14. 'username' => '[email protected]',
  15. 'password' => 'PASSWORD'
  16. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement