email.properties 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  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. # Mail Server Host
  23. # Default: smtp.gmail.com
  24. SmtpServerHost = smtp.gmail.com
  25. # Mail Server Port
  26. # Default: 465
  27. SmtpServerPort = 465
  28. # Auth SMTP
  29. # Default: True
  30. SmtpAuthRequired = True
  31. # Mail Factory
  32. # Default: javax.net.ssl.SSLSocketFactory
  33. SmtpFactory = javax.net.ssl.SSLSocketFactory
  34. # Mail Factory Callback
  35. # Default: False
  36. SmtpFactoryCallback = False
  37. # Mail Server Auth - Username
  38. # Default: exampleuser
  39. SmtpUsername = user@gmail.com
  40. # Mail Server Auth - Password
  41. # Default: examplepass
  42. SmtpPassword = password
  43. # Mail Address
  44. # Default: None
  45. EmailSystemAddress = noreply@myl2jserver.com