first
This commit is contained in:
38
container_data/db.json
Normal file
38
container_data/db.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user