test_conf.toml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. [default]
  2. from = "me@domain.com"
  3. to = ["test@dom.in","test@examle.com"]
  4. cc = ["other@foo.com","name@bar.org"]
  5. bcc = ["forever@alone.com"]
  6. subject = "My favourite topic"
  7. text = '''
  8. Hello,
  9. I am the crown prince of Nigeria.
  10. I need to launder some money, would you help?
  11. Greetings
  12. '''
  13. [default.server]
  14. address = "1.3.1.2"
  15. port = 587
  16. encryption = true
  17. user = "faggiano@uccelli.net"
  18. password = "yougetit"
  19. [personal]
  20. from = "notme@domain.com"
  21. to = ["test@dom.in","test@examle.com"]
  22. cc = ["other@foo.com","name@bar.org"]
  23. bcc = ["forever@alone.com"]
  24. subject = "My favourite topic"
  25. text = '''
  26. I am an h4X0r. I infected your computer.
  27. You will follow this instructions or I will publish your
  28. most personal pictures.
  29. https://followthewhiterabbit.com
  30. '''
  31. [personal.server]
  32. address = "10.13.12.10"
  33. port = 25
  34. encryption = true
  35. user = "master@domain.local"
  36. password = "yougetitagain"
  37. [secret]
  38. [secret.server]
  39. address = "my.server.org"
  40. port = 12345
  41. encryption = false
  42. user = "me"