Advertisement
Kaiquegabriel

Untitled

Jul 6th, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. # Emails Config
  2. $config['site']['send_emails'] = true;
  3. $config['site']['mail_address'] = "olderiancontato@gmail.com";
  4. $config['site']['smtp_enabled'] = true;
  5. $config['site']['smtp_host'] = "smtp.gmail.com";
  6. $config['site']['smtp_port'] = 465;
  7. $config['site']['smtp_auth'] = true;
  8. $config['site']['smtp_user'] = "olderiancontato@gmail.com";
  9. $config['site']['smtp_pass'] = "gpedrodelicia";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement