groupme/config.example.json

8 lines
232 B
JSON

{
"token": "groupme api token",
"smtp_server": "mail.example.com",
"smtp_username": "groupme@example.com",
"smtp_password": "your_password",
"from_addr": "groupme@example.com",
"to_addr": "user@example.com"
}