wichteln/config.json
Shannon Sterz 4df86a8e8c define new passCmd config option
allows specifying a command from which the password is queried
2024-10-03 21:49:53 +02:00

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€"
}