groupme/config.example.json

8 lines
232 B
JSON
Raw Permalink Normal View History

2024-07-11 01:31:07 -05:00
{
"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"
}