credit-direct/templates/email/credit-step1-mail-exemple.html
2025-12-18 09:44:42 +01:00

87 lines
3.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Demande de crédit</title>
</head>
<body style="margin:0; padding:0; background:#001954; font-family:'Plus Jakarta Sans', Arial, Helvetica, sans-serif;">
<div style="max-width:600px; margin:40px auto; background:#fff; border-radius:12px; box-shadow:0 4px 16px 0 rgba(0,0,0,0.08); padding:0 0 24px 0; font-family:'Plus Jakarta Sans', Arial, Helvetica, sans-serif;">
<div style="text-align:center; background:#fff; border-radius:12px 12px 0 0;">
<img src="https://credit-direct.esiweb.pro/wp-content/plugins/ESI_creditDirect/assets/img/cred_banniere.jpg" alt="Crédit Direct" width="600" height="120" style="display:block; margin:0 auto; width:600px; height:120px; border-radius:12px 12px 0 0;">
</div>
<div style="padding:32px 24px 0 24px;">
<table style="border-collapse: separate; border-spacing: 10px; width:100%; color:#333;">
<thead>
<tr>
<th colspan="2" style="text-align:left; padding-bottom:12px;">
<h2 style="color:#001954; font-size:24px; margin:0;">Demande de crédit</h2>
</th>
</tr>
</thead>
<tbody>
<tr>
<td style="max-width: 50%"><strong>Type de crédit:</strong></td>
<td style="max-width: 50%">Prêt personnel</td>
</tr>
<tr>
<td><strong>Capital:</strong></td>
<td>10 000 €</td>
</tr>
<tr>
<td><strong>Durée:</strong></td>
<td>48 mois</td>
</tr>
<tr>
<td><strong>Coût total:</strong></td>
<td>11 200 €</td>
</tr>
<tr>
<td><strong>Mensualité:</strong></td>
<td>233,33 €</td>
</tr>
<tr>
<td><strong>Taux nominal annuel:</strong></td>
<td>4,5%</td>
</tr>
</tbody>
<thead>
<tr>
<th colspan="2" style="text-align:left; padding-top:24px; padding-bottom:12px;">
<h2 style="color:#001954; font-size:20px; margin:0;">Emprunteur</h2>
</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Nom:</strong></td>
<td>Dupont</td>
</tr>
<tr>
<td><strong>Prénom:</strong></td>
<td>Jean</td>
</tr>
<tr>
<td><strong>Téléphone:</strong></td>
<td>+33 6 12 34 56 78</td>
</tr>
<tr>
<td><strong>Email:</strong></td>
<td>jean.dupont@email.com</td>
</tr>
<!--
<tr>
<td>Agence:</td>
<td>Agence de Paris</td>
</tr>
-->
</tbody>
</table>
</div>
<div style="padding:24px 24px 0 24px; text-align:center; color:#888; font-size:13px;">
<hr style="border:none; border-top:1px solid #eee; margin:24px 0 16px 0;">
Cet email a été envoyé automatiquement, merci de ne pas y répondre.<br>
© 2024 Crédit Direct. Tous droits réservés.
</div>
</div>
</body>
</html>