mailgundjango-anymaildjango-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?

Anymail provides a wrapper over Mailgun functionality and supports Mailgun-specific features like recipient variables. But how does one access Mailgun's scheduled delivery feature?


Solution

  • Anymail has a send_at message attribute which normalizes scheduled sending across the ESPs that support it, including Mailgun.