简体   繁体   English

Django + Anymail + Mailgun:安排电子邮件传递

[英]Django + Anymail + Mailgun: Scheduling email delivery

Mailgun supports scheduling emails at a later date in the future , but how does one take advantage of this through Anymail? Mailgun支持在将来的某个日期安排电子邮件 ,但是如何通过Anymail来利用此功能呢?

Anymail provides a wrapper over Mailgun functionality and supports Mailgun-specific features like recipient variables. Anymail提供了Mailgun功能的包装器,并支持特定于Mailgun的功能,例如收件人变量。 But how does one access Mailgun's scheduled delivery feature? 但是,一个人如何访问Mailgun的预定递送功能?

Anymail具有send_at消息属性,该属性规范了支持它的ESP(包括Mailgun)之间的计划发送。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Django + Anymail + Mailgun-电子邮件HTML呈现没有按钮和图像 - Django + Anymail + Mailgun - Email HTML renders without button and image 使用带有MailGun的Django AnyMail,MAILGUN_SENDER_DOMAIN是否必须与DEFAULT_FROM_EMAIL中的域匹配? - With Django AnyMail with MailGun, does the MAILGUN_SENDER_DOMAIN have to match the domain in the DEFAULT_FROM_EMAIL? Django-Anymail在Digital Ocean上的docker中出现“Mailgun Magnificent API”错误 - “Mailgun Magnificent API” error with Django-Anymail in docker on Digital Ocean 使用Laravel在Mailgun中安排投放时间 - Scheduling delivery time in Mailgun using Laravel 使用Mailgun和Wordpress批量发送电子邮件 - Batch email delivery with Mailgun and Wordpress Google域,Zoho电子邮件,MailGun传递:SPF条目错误 - Google Domain, Zoho Email, MailGun Delivery: SPF Entries error cPanel 电子邮件与邮件递送服务 (Mailgun) 与电子邮件服务器托管 - cPanel Email vs. Mail delivery service (Mailgun) vs. Email Server Hosting Django密码重置不能与django-anymail一起使用 - Django password reset not working with django-anymail Google Apps + Mailgun拆分递送 - Google Apps + Mailgun Split Delivery 在 django 上用 mailgun 发送 email 时出现错误 110 heroku - Error 110 sending email with mailgun on django heroku
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM