Traffic News Automation
邮件发送控制台
管理收件人、启动定时任务、执行单次发送
发件账号: {{ sender_masked }}
{% if sender_ready %}
状态: 可发送
{% else %}
状态: 配置不完整
{% endif %}
{% if scheduler_started %}
定时任务: 运行中
{% else %}
定时任务: 未启动
{% endif %}
发送对象管理
{% if managed_recipients %}
{% for recipient in managed_recipients %}
{{ recipient }}
{% endfor %}
{% else %}
当前还没有发送对象,请先新增至少一个邮箱地址。
{% endif %}