Guest User

Untitled

a guest
Jul 22nd, 2018
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. # Override the SMTP settings, for local testing.
  2. $smtp_address = 'mail.inside.ardentex.com'
  3. $smtp_domain = 'inside.ardentex.com'
  4. $smtp_auth_type = nil
  5. $smtp_user = nil
  6. $smtp_password = nil
  7. $smtp_port = 25
Add Comment
Please, Sign In to add comment