scheduling - How to schedule mails in Mandrill with django djrill? -


i try send scheduled mails in django via djrill that:

msg = emailmessage(...) msg.send_at = "2015-07-10 10:00:00" msg.send() 

the mail backend djrill , mails send via mandrill instant instead of time want.

is there way of debugging on mandrill (besides outbound activity in test mode)?

regards johannes


Comments