Advertisement
Guest User

Untitled

a guest
Jul 19th, 2018
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. emailConfiguration {
  2. # Username for the account you want to the email from
  3. account="moddedmc.dementednetworks@gmail.com"
  4. # Email contents. You can use HTML here
  5. contentTemplate {
  6. arguments {}
  7. closeArg="}"
  8. content {
  9. text="New password for Builder{name=player, optional=true} on Minecraft server Builder{name=server, optional=true}: Builder{name=, optional=true}"
  10. }
  11. openArg="{"
  12. options {
  13. closeArg="}"
  14. openArg="{"
  15. }
  16. }
  17. # Is password recovery using an email allowed
  18. enabled=true
  19. # Mail server
  20. host="smtp.gmail.com"
  21. # Password for the account you want to the email from
  22. password="apassword"
  23. # SMTP Port for outgoing messages
  24. port=465
  25. # Displays as sender in the email client
  26. senderName=DementedNetworks
  27. # Email subject/title
  28. subjectTemplate {
  29. arguments {}
  30. closeArg="}"
  31. content {
  32. text="Your new Password"
  33. }
  34. openArg="{"
  35. options {
  36. closeArg="}"
  37. openArg="{"
  38. }
  39. }
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement