Checkpoint: Correction du bug d'envoi d'emails : les emails sont maintenant envoyés uniquement via SMTP en mode production, sans notification simulée supplémentaire. Ajout de logs détaillés pour faciliter le diagnostic des problèmes d'envoi.
This commit is contained in:
27
.manus/db/db-query-1764539149748.json
Normal file
27
.manus/db/db-query-1764539149748.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"query": "SELECT * FROM emailConfig LIMIT 1",
|
||||
"command": "mysql --batch --raw --column-names --default-character-set=utf8mb4 --host gateway02.us-east-1.prod.aws.tidbcloud.com --port 4000 --user 4CrrYuB5tme73Qo.root --database 7PAT67UmWoxv8vwp8Bbcv6 --execute SELECT * FROM emailConfig LIMIT 1",
|
||||
"rows": [
|
||||
{
|
||||
"id": "1",
|
||||
"provider": "smtp",
|
||||
"apiKey": "re_86E4CTUv_JLJQQQh81PvbaX6dMrshNjHt",
|
||||
"fromEmail": "o.pareige@itinova.org",
|
||||
"fromName": "Formation Manager Itinova",
|
||||
"mode": "simulation",
|
||||
"domainVerified": "0",
|
||||
"active": "0",
|
||||
"createdAt": "2025-11-18 07:16:34",
|
||||
"updatedAt": "2025-11-28 16:01:33",
|
||||
"smtpHost": "NULL",
|
||||
"smtpPort": "NULL",
|
||||
"smtpSecure": "tls",
|
||||
"smtpUser": "NULL",
|
||||
"smtpPassword": "NULL"
|
||||
}
|
||||
],
|
||||
"messages": [],
|
||||
"stdout": "id\tprovider\tapiKey\tfromEmail\tfromName\tmode\tdomainVerified\tactive\tcreatedAt\tupdatedAt\tsmtpHost\tsmtpPort\tsmtpSecure\tsmtpUser\tsmtpPassword\n1\tsmtp\tre_86E4CTUv_JLJQQQh81PvbaX6dMrshNjHt\to.pareige@itinova.org\tFormation Manager Itinova\tsimulation\t0\t0\t2025-11-18 07:16:34\t2025-11-28 16:01:33\tNULL\tNULL\ttls\tNULL\tNULL\n",
|
||||
"stderr": "",
|
||||
"execution_time_ms": 52
|
||||
}
|
||||
Reference in New Issue
Block a user