Question: what's the easiest way to send drip content via Mailgun? I'm putting together a few apps that rely on email, and I couldn't find drip email information in your docs.
Are there built-in features to make drip mails easy, or do I need to code a message sequence + cron job myself?
We don't get involved with your application logic for when to send emails. We just make it very easy to send and track them programmatically.
Edit:
For example: you can create and destroy mailing lists programmatically, send emails without worrying about MIME, set a specific delivery time for your emails based on when users are most likely to click on them, access analytics through API, etc.
Corey from Custora here (http://www.custora.com) - if you're interested, we provide online retailers with an interface to manage lifecycle/drip messaging. We integrate with Mailgun, as well - and are very psyched for the new API features!
Question: what's the easiest way to send drip content via Mailgun? I'm putting together a few apps that rely on email, and I couldn't find drip email information in your docs.
Are there built-in features to make drip mails easy, or do I need to code a message sequence + cron job myself?