Traffic News Automation

邮件发送控制台

管理收件人、启动定时任务、执行单次发送

发件账号: {{ sender_masked }} {% if sender_ready %} 状态: 可发送 {% else %} 状态: 配置不完整 {% endif %} {% if scheduler_started %} 定时任务: 运行中 {% else %} 定时任务: 未启动 {% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}

发送对象管理

{% if managed_recipients %} {% for recipient in managed_recipients %}
{{ recipient }}
{% endfor %} {% else %}

当前还没有发送对象,请先新增至少一个邮箱地址。

{% endif %}

每周定时发送

定时任务将发送给“发送对象管理”中的全部邮箱。

当前配置: {% if schedule_config.enabled %}已开启{% else %}未开启{% endif %}

单次发送

点击发送后会自动执行:全站抓取一次 -> 更新本地向量库 -> 生成并发送最新报告

{% if managed_recipients %} {% for recipient in managed_recipients %} {% endfor %} {% else %}

暂无已管理收件人,请先在上方新增。

{% endif %}

已选择联系人 0