sendmail/test_conf.toml

51 lines
1.1 KiB
TOML

[default]
from = "me@domain.com"
to = ["test@dom.in","test@examle.com"]
cc = ["other@foo.com","name@bar.org"]
bcc = ["forever@alone.com"]
subject = "My favourite topic"
text = '''
Hello,
I am the crown prince of Nigeria.
I need to launder some money, would you help?
Greetings
'''
[default.server]
address = "1.3.1.2"
port = 587
encryption = true
user = "faggiano@uccelli.net"
password = "yougetit"
[personal]
from = "notme@domain.com"
to = ["test@dom.in","test@examle.com"]
cc = ["other@foo.com","name@bar.org"]
bcc = ["forever@alone.com"]
subject = "My favourite topic"
text = '''
I am an h4X0r. I infected your computer.
You will follow this instructions or I will publish your
most personal pictures.
https://followthewhiterabbit.com
'''
[personal.server]
address = "10.13.12.10"
port = 25
encryption = true
user = "master@domain.local"
password = "yougetitagain"
[secret]
[secret.server]
address = "my.server.org"
port = 12345
encryption = false
user = "me"