Files
Joris Bertomeu 5c6da90f98 first
2025-08-19 16:34:19 +02:00

38 lines
968 B
JSON

{
"emails": [
{
"id": "20BOdp4orU4XryKYBAubC",
"from": "\"Test\" <test@example.com>",
"to": "\"Destinataire\" <destinataire@example.com>",
"subject": "Test de notification",
"text": "Ceci est un test d'envoi d'email vers le serveur mail local.\n\n",
"html": "",
"receivedAt": "2025-05-07T14:14:35.107Z",
"attachments": 0,
"read": false
}
],
"settings": {
"smtp": {
"port": "2525",
"host": "0.0.0.0",
"secure": false,
"authOptional": true
},
"pushover": {
"user": "u1chkifjzxpv15fcp3h56qs2gj1dup",
"token": "ah9uacr4mg5isbb86qeg2jyf35mxpk",
"title": "Mail Notifier",
"sound": "pushover",
"priority": 0
},
"admin": {
"username": "admin",
"password": "motdepasse",
"enableAuth": "true"
},
"version": "1.0.0",
"createdAt": "2025-05-07T14:13:43.742Z",
"updatedAt": "2025-05-07T14:13:43.742Z"
}
}