mailer/config/account.json
2024-03-28 22:32:46 +01:00

23 lines
368 B
JSON

{
"contact": {
"name": "FabLab Cohabit",
"address": "contact@cohabit.fr"
},
"admin": {
"name": "Admin Cohabit",
"address": "admin@cohabit.fr"
},
"dev": {
"name": "Dev Cohabit",
"address": "dev@cohabit.fr"
},
"bot": {
"name": "Bot Cohabit",
"address": "bot@cohabit.fr"
},
"test": {
"name": "Test Cohabit",
"address": "test@cohabit.fr"
}
}