From 859cbe07b49f9dfae36ec91a001a586999099340 Mon Sep 17 00:00:00 2001 From: Ivan Yelizariev Date: Wed, 4 May 2016 19:43:40 +0500 Subject: [PATCH] [DOC] fix format --- mailgun/README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mailgun/README.rst b/mailgun/README.rst index a80bf09..4af26dc 100644 --- a/mailgun/README.rst +++ b/mailgun/README.rst @@ -7,7 +7,8 @@ There is no IMAP or POP3 servers on mailgun that is to be used with odoo. That is why we need this module. It fetches messages from mailgun using their API and stores them in odoo. -TODO. +TODO +---- * If emails are sent when odoo is stopped then Mailgun will retry (other than for delivery notification) during 8 hours at the following intervals before stop trying: 10 minutes, 10 minutes, 15 minutes, 30 minutes, 1 hour, 2 hour and 4 hours. This could be fixed by fetching undelivered messages after odoo starts.