Advertisement
Guest User

Untitled

a guest
May 3rd, 2010
656
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. $g_administrator_email = 'der.geral@gmail.com';
  2. $g_webmaster_email = 'der.geral@gmail.com';
  3. $g_from_email = 'der.geral@gmail.com';
  4. $g_from_name = 'D&R Mantis Bug Tracker';
  5. $g_return_path_email = 'der.geral@gmail.com';
  6. $g_enable_email_notification = ON;
  7. $g_notify_flags['new'] = array('bugnotes' => OFF,
  8. 'monitor' => OFF);
  9.  
  10. $g_notify_flags['monitor'] = array( 'reporter' => OFF,
  11. 'handler' => OFF,
  12. 'monitor' => OFF,
  13. 'bugnotes' => OFF,
  14. 'explicit' => ON,
  15. 'threshold_min' => NOBODY,
  16. 'threshold_max' => NOBODY);
  17.  
  18. $g_email_receive_own = OFF;
  19.  
  20. $g_validate_email = ON;
  21.  
  22. $g_check_mx_record = OFF;
  23.  
  24. $g_allow_blank_email = OFF;
  25.  
  26. $g_limit_email_domain = OFF;
  27.  
  28. $g_show_user_email_threshold = NOBODY;
  29.  
  30. $g_show_user_realname_threshold = NOBODY;
  31.  
  32. $g_mail_priority = 3;
  33.  
  34. $g_phpMailer_method = PHPMAILER_METHOD_MAIL_SMTP;
  35.  
  36. $g_smtp_host = 'smtp.gmail.com';
  37.  
  38. $g_smtp_username = 'der.geral@gmail.com';
  39. $g_smtp_password = 'xxx';
  40.  
  41. $g_smtp_connection_mode = 'tls';
  42.  
  43. $g_smtp_port = 25;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement