9 lines
234 B
JSON
9 lines
234 B
JSON
{
|
|
"server":"your.email.server",
|
|
"port":587,
|
|
"user":"you@yourmail.com",
|
|
"pass":"yourPassword",
|
|
"passCmd": ["command", "that", "outputs", "the", "password"],
|
|
"sender":"santa@yourmail.com",
|
|
"price": "75€"
|
|
}
|