Fertiges HTML-Template zum Kopieren. Platzhalter wie {{first_name}} vor dem Versand durch echte Werte ersetzen.
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Ihre Immobilienbewertung</title>
</head>
<body style="margin:0;padding:0;background-color:#f5f5f5;font-family:Arial,Helvetica,sans-serif;">
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" style="background-color:#f5f5f5;padding:32px 0;">
<tr>
<td align="center">
<table role="presentation" width="600" cellpadding="0" cellspacing="0" style="background-color:#ffffff;border-radius:16px;overflow:hidden;max-width:600px;width:100%;">
<tr>
<td style="background-color:#0a0a0a;padding:32px 40px;text-align:center;">
<span style="font-size:12px;font-weight:bold;letter-spacing:2px;text-transform:uppercase;color:#FFAA09;">UNIO Immobilienbewertung</span>
</td>
</tr>
<tr>
<td style="padding:40px;">
<p style="margin:0 0 8px 0;font-size:14px;color:#999999;">Hallo {{first_name}},</p>
<h1 style="margin:0 0 20px 0;font-size:24px;line-height:1.3;color:#0a0a0a;font-weight:900;">Ihre Immobilienbewertung ist da 🎉</h1>
<p style="margin:0 0 32px 0;font-size:15px;line-height:1.6;color:#555555;">Vielen Dank für Ihr Vertrauen. Basierend auf Ihren Angaben haben wir eine datenbasierte Einschätzung des Marktwerts Ihrer Immobilie erstellt.</p>
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" style="background-color:#fffbf2;border:2px solid #FFAA09;border-radius:16px;margin-bottom:32px;">
<tr>
<td style="padding:28px;text-align:center;">
<p style="margin:0 0 6px 0;font-size:12px;font-weight:bold;letter-spacing:1px;text-transform:uppercase;color:#e09a1f;">Geschätzter Marktwert</p>
<p style="margin:0;font-size:36px;font-weight:900;color:#0a0a0a;">{{valuation_amount}}</p>
<p style="margin:8px 0 0 0;font-size:13px;color:#999999;">{{address_display}}</p>
</td>
</tr>
</table>
<table role="presentation" width="100%" cellpadding="0" cellspacing="0" style="margin-bottom:32px;">
<tr>
<td style="padding:12px 0;border-bottom:1px solid #f0f0f0;font-size:14px;color:#888888;">Immobilientyp</td>
<td style="padding:12px 0;border-bottom:1px solid #f0f0f0;font-size:14px;color:#0a0a0a;font-weight:bold;text-align:right;">{{property_type}}</td>
</tr>
<tr>
<td style="padding:12px 0;border-bottom:1px solid #f0f0f0;font-size:14px;color:#888888;">Wohnfläche</td>
<td style="padding:12px 0;border-bottom:1px solid #f0f0f0;font-size:14px;color:#0a0a0a;font-weight:bold;text-align:right;">{{living_area}} m²</td>
</tr>
<tr>
<td style="padding:12px 0;font-size:14px;color:#888888;">Zimmer</td>
<td style="padding:12px 0;font-size:14px;color:#0a0a0a;font-weight:bold;text-align:right;">{{rooms}}</td>
</tr>
</table>
<table role="presentation" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td align="center">
<a href="{{cta_link}}" style="display:inline-block;background-color:#FFAA09;color:#ffffff;text-decoration:none;font-size:15px;font-weight:bold;padding:16px 36px;border-radius:12px;">Details ansprechen →</a>
</td>
</tr>
</table>
<p style="margin:32px 0 0 0;font-size:13px;line-height:1.6;color:#aaaaaa;">Diese Bewertung basiert auf realen Markttransaktionsdaten und dient als erste Orientierung. Für eine verbindliche Einschätzung steht Ihnen unser Team gerne zur Verfügung.</p>
</td>
</tr>
<tr>
<td style="background-color:#fafafa;padding:24px 40px;text-align:center;border-top:1px solid #f0f0f0;">
<p style="margin:0;font-size:12px;color:#bbbbbb;">UNIO Immobilien · Österreich</p>
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>{{first_name}} — Vorname des Empfängers{{valuation_amount}} — Geschätzter Marktwert, z.B. "€ 385.000"{{address_display}} — Adresse der Immobilie{{property_type}} — Immobilientyp{{living_area}} — Wohnfläche in m²{{rooms}} — Anzahl der Zimmer{{cta_link}} — Link zum Button "Details ansprechen"