{% extends "base.html" %} {% block title %}Admin Email Resend{% endblock %} {% block page_id %}emails{% endblock %} {% block page_title %}New Emails{% endblock %} {% block eyebrow %}Delivery{% endblock %} {% block content %} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}

Step 1

Fetch existing user

Step 2

Send gallery to New email

Reuses existing gallery email flow. Images are not duplicated.

Email Stats

Loading...
{% endblock %} {% block head %} {% endblock %} {% block scripts %} {% endblock %}