mailer/config/account.json

27 lines
440 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"
},
"news": {
"name": "News Cohabit",
"address": "news@cohabit.fr"
}
}