# Unified Email Layout – ASCII Mockup All transactional emails (join confirmation, user confirmation, password reset) use the same layout. ``` +------------------------------------------------------------------+ | [Logo or app name – e.g. "Mila" or club name] | +------------------------------------------------------------------+ | | | [Subject / heading line – e.g. "Confirm your email address"] | | | | [Body content – paragraph and CTA link] | | e.g. "Please click the link below to confirm your request." | | "Confirm my request" (button or link) | | | | [Optional: short note – e.g. "If you didn't request this, | | you can ignore this email."] | | | +------------------------------------------------------------------+ | [Footer – one line, e.g. "© 2025 Mila · Mitgliederverwaltung"] | +------------------------------------------------------------------+ ``` - **Header:** Single line (app/club name), subtle. - **Main:** Heading + body text + primary CTA (link/button). - **Footer:** Single line, small text (copyright / product name).