Pipeline
Send Matched Photo Emails
Reads matched photos from images_array, checks email_deliveries to skip already-sent ones, then sends gallery emails to users with new matches.
Idle.
{% extends "base.html" %} {% block title %}Admin Trigger{% endblock %} {% block page_id %}trigger{% endblock %} {% block page_title %}Trigger{% endblock %} {% block eyebrow %}Automation{% endblock %} {# Consume flash messages here so base.html never sees them #} {% set _consumed_flashes = get_flashed_messages(with_categories=true) %} {% block head %} {% endblock %} {% block content %}
Pipeline
Reads matched photos from images_array, checks email_deliveries to skip already-sent ones, then sends gallery emails to users with new matches.
Idle.