Advertisement
Guest User

Untitled

a guest
Sep 8th, 2017
791
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.24 KB | None | 0 0
  1.     $g_from_email = 'mantisemailtest@gmail.com';
  2.     $g_phpMailer_method = 2;
  3.     $g_smtp_host = 'smtp.gmail.com';
  4.     $g_smtp_connection_mode = 'ssl';
  5.     $g_smtp_port = '587';
  6.     $g_smtp_username = 'mantisemailtest@gmail.com';
  7.     $g_smtp_password = 'emailtest';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement