Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Mail
- $config['mail']['domain'] = 'realmofespionage.com';
- $config['mail']['notifyfrom'] = '"realmofespionage.com" <address@hidden>';
- $config['mail']['backend'] = 'smtp';
- $config['mail']['debug'] = false;
- $config['mail']['domain'] = 'realmofespionage.com';
- $config['mail']['notifyfrom'] = '[email protected]';
- $config['mail']['backend'] = 'smtp';
- $config['mail']['params'] = array(
- 'host' => 'ssl://smtp.gmail.com',
- 'port' => 465,
- 'auth' => true,
- 'username' => '[email protected]',
- 'password' => 'PASSWORD'
- );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement