Email.properties 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. # ---------------------------------------------------------------------------
  2. # Email Settings
  3. # ---------------------------------------------------------------------------
  4. # The defaults are set to be retail-like. If you modify any of these settings your server will deviate from being retail-like.
  5. # Warning:
  6. # Please take extreme caution when changing anything. Also please understand what you are changing before you do so on a live server.
  7. # ---------------------------------------------------------------------------
  8. # Server Information
  9. # ---------------------------------------------------------------------------
  10. # Server Name
  11. # Default: Unconfigured L2J Server
  12. ServerInfoName = Unconfigured L2J Server
  13. # Contact Address
  14. # Default: info@unconfl2j.com
  15. ServerInfoAddress = info@myl2jserver.com
  16. # ---------------------------------------------------------------------------
  17. # E-mail System Settings
  18. # ---------------------------------------------------------------------------
  19. # Enable Email System
  20. # Default: False
  21. EmailSystemEnabled = False
  22. # Select Query for Email Addresses
  23. # Default: SELECT value FROM account_data WHERE account_name=? AND var='email_addr'
  24. EmailDBSelectQuery = SELECT value FROM account_data WHERE account_name=? AND var='email_addr'
  25. # Email Address Field
  26. # Default: value
  27. EmailDBField = value
  28. # Mail Server Host
  29. # Default: smtp.gmail.com
  30. SmtpServerHost = smtp.gmail.com
  31. # Mail Server Port
  32. # Default: 465
  33. SmtpServerPort = 465
  34. # Auth SMTP
  35. # Default: True
  36. SmtpAuthRequired = True
  37. # Mail Socket Factory
  38. # Default: javax.net.ssl.SSLSocketFactory
  39. SmtpFactory = javax.net.ssl.SSLSocketFactory
  40. # Mail Factory Callback
  41. # Default: False
  42. SmtpFactoryCallback = False
  43. # Mail Server Auth - Username
  44. # Default: exampleuser
  45. SmtpUsername = user@gmail.com
  46. # Mail Server Auth - Password
  47. # Default: examplepass
  48. SmtpPassword = password
  49. # Mail Address
  50. # Default: None
  51. EmailSystemAddress = noreply@myl2jserver.com