{% extends 'layout.twig' %} {% block header %} {% endblock %} {% block body %} {% if forwardSuccess %}
Email forwarded successfully!
{% endif %} {% if verificationSent %}
Verification email sent to {{ verificationEmail }}. Please check your inbox and click the verification link (expires in 15 minutes).
{% endif %}

{{ mail.subject }}

From: {{ mail.from.text }}
{% if mail.html %}
{% elseif mail.textAsHtml %}
{{ mail.textAsHtml|raw }}
{% else %}

No content available

{% endif %}
{% if cryptoAttachments and cryptoAttachments|length > 0 %}

Cryptographic Keys & Signatures ({{ cryptoAttachments|length }})

{% endif %} {% if mail.attachments %}

Attachments

{% for attachment in mail.attachments %} 📎 {{ attachment.filename }} {% endfor %}
{% endif %}
{% if smtpEnabled %} {% endif %} {% endblock %} {% block footer %} {{ parent() }} {% endblock %}