-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmail.json
More file actions
18 lines (18 loc) · 4.1 KB
/
mail.json
File metadata and controls
18 lines (18 loc) · 4.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"recipients": [
{
"email": "manfoya83@gmail.com",
"firstName": "Martial",
"lastName": "Tchokpon"
},
{
"email": "assogbaromaricci@gmail.com",
"firstName": "Romaric",
"lastName": "Assogba"
}
],
"subject": "Confirmation d'inscription - Formation Python & ML Data Scholar Hub",
"htmlTemplate": "<!doctype html>\n<html lang=\"fr\">\n<head>\n <meta charset=\"utf-8\">\n <meta name=\"viewport\" content=\"width=device-width\">\n <title>Confirmation - Python & ML</title>\n <style>\n body { background-color: #f6f9fc; margin: 0; padding: 20px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial; color: #1f2937; }\n .container { max-width: 680px; margin: 0 auto; }\n .card { background: #ffffff; border-radius: 12px; padding: 28px; box-shadow: 0 6px 18px rgba(22,38,64,0.06); }\n h1 { font-size: 20px; margin: 0 0 12px 0; color: #0f172a; }\n p { line-height: 1.6; margin: 12px 0; font-size: 15px; color: #334155; }\n .features { margin: 16px 0 20px 0; padding-left: 18px; }\n .features li { margin: 8px 0; font-size: 15px; }\n .cta { display: inline-block; text-decoration: none; padding: 12px 18px; border-radius: 8px; font-weight: 700; }\n .btn-primary { background: linear-gradient(180deg,#2563eb,#1e40af); color: #fff; border: none; }\n .muted { font-size: 13px; color: #64748b; }\n .footer { margin-top: 18px; font-size: 13px; color: #94a3b8; }\n .tag { display:inline-block; background:#eef2ff; color:#3730a3; padding:6px 10px; border-radius:999px; font-weight:600; font-size:13px; margin-bottom:12px; }\n @media only screen and (max-width:480px){\n .card { padding:18px; border-radius:10px; }\n h1 { font-size:18px; }\n }\n </style>\n</head>\n<body>\n <div class=\"container\">\n <div class=\"card\">\n <div>\n <span class=\"tag\">Formation • Python & ML</span>\n </div>\n\n <h1>Bonjour {{firstName}},</h1>\n\n <p>\n Merci infiniment pour votre intérêt pour notre formation <strong>Python & Intelligence Artificielle</strong> organisée par <strong>Data Scholar Hub</strong>. Nous avons bien reçu votre inscription et sommes ravis de voir votre motivation 🚀.\n </p>\n\n <p>\n Pour garantir une expérience d’apprentissage <strong>complète et durable</strong> (hébergement serveur, maintenance, supports pédagogiques, etc.), la formation est <strong>payante</strong>. Le tarif reste toutefois accessible et justifié par les ressources mises à disposition.\n </p>\n\n <p>\n <a href=\"{{form_link}}\" class=\"cta btn-primary\">Confirmer ma participation</a>\n </p>\n\n <p><strong>En rejoignant la formation, vous bénéficierez de :</strong></p>\n\n <ul class=\"features\">\n <li>📚 Accès à la plateforme <strong>Data Scholar Hub</strong> avec cours, exercices et projets pratiques</li>\n <li>💡 Une expérience concrète et valorisante pour booster vos études et projets</li>\n </ul>\n\n <p>\n ⚡ <strong>Nous insistons</strong> : cet investissement est d’abord un engagement envers <strong>votre réussite</strong>. La formation est conçue pour vous faire progresser rapidement et concrètement.\n </p>\n\n <p>\n 📌 Les inscriptions seront <strong>fermées</strong> dès que le nombre limité de places sera atteint. Nous vous conseillons de confirmer dès maintenant pour garantir votre place.\n </p>\n\n <p>\n Nous avons hâte de vous retrouver sur <strong>Data Scholar Hub</strong> pour démarrer cette aventure Python & ML !\n </p>\n\n <p>\n Cordialement,<br>\n <strong>L'équipe DataScholarHub</strong><br>\n <span class=\"muted\">Data Scholar Hub</span>\n </p>\n\n <div class=\"footer\">\n Si vous avez des questions, répondez simplement à cet email ou consultez notre FAQ.\n </div>\n </div>\n\n <p class=\"footer\" style=\"text-align:center;\">\n © 2025 Data Scholar Hub — Tous droits réservés\n </p>\n </div>\n</body>\n</html>",
"batchSize": 10,
"delayBetweenBatches": 5000
}