11 lines
168 B
JSON
11 lines
168 B
JSON
{
|
|
"host" : "mailer@mail.com",
|
|
"port" : 9090,
|
|
"resend" : true,
|
|
"topics" : ["spring", "boot"],
|
|
"sender" : {
|
|
"name": "sender",
|
|
"address": "street"
|
|
}
|
|
}
|