first commit

This commit is contained in:
mrtoine 2025-09-20 13:18:04 +02:00
commit e6c52820cd
227 changed files with 16156 additions and 0 deletions

8
config/email_config.json Normal file
View file

@ -0,0 +1,8 @@
{
"smtp_server": "smtp.gmail.com",
"smtp_port": 587,
"username": "violet.anthony90@gmail.com",
"password": "gfmodsysruaunlip",
"sender_name": "Anthony VIOLET",
"sender_email": "violet.anthony90@gmail.com"
}