Checkpoint: Ajout d'un template d'email personnalisable pour l'envoi des attestations de formation. Le template utilise des variables dynamiques ({{prenomApprenant}}, {{nomApprenant}}, {{nomFormation}}) et peut être modifié depuis l'interface de gestion des templates. Déployé sur le VPS avec migration SQL.
This commit is contained in:
37
.manus/db/db-query-1769705480755.json
Normal file
37
.manus/db/db-query-1769705480755.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"query": "SELECT type FROM emailTemplates;",
|
||||
"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 type FROM emailTemplates;",
|
||||
"rows": [
|
||||
{
|
||||
"type": "inscription"
|
||||
},
|
||||
{
|
||||
"type": "teaser"
|
||||
},
|
||||
{
|
||||
"type": "rappel"
|
||||
},
|
||||
{
|
||||
"type": "rappelJ1"
|
||||
},
|
||||
{
|
||||
"type": "rappel3"
|
||||
},
|
||||
{
|
||||
"type": "rappel4"
|
||||
},
|
||||
{
|
||||
"type": "rappel5"
|
||||
},
|
||||
{
|
||||
"type": "rappel6"
|
||||
},
|
||||
{
|
||||
"type": "reset_password"
|
||||
}
|
||||
],
|
||||
"messages": [],
|
||||
"stdout": "type\ninscription\nteaser\nrappel\nrappelJ1\nrappel3\nrappel4\nrappel5\nrappel6\nreset_password\n",
|
||||
"stderr": "",
|
||||
"execution_time_ms": 51
|
||||
}
|
||||
Reference in New Issue
Block a user