You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.0 KiB

8 years ago
  1. =========
  2. Mailgun
  3. =========
  4. With this module you can receive incoming messages from mailgun.
  5. There is no IMAP or POP3 servers on mailgun that is to be used with odoo.
  6. That is why we need this module. It fetches messages from mailgun using their API
  7. and stores them in odoo.
  8. TODO
  9. ====
  10. * 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.
  11. Credits
  12. =======
  13. Contributors
  14. ------------
  15. * Ildar Nasyrov <Nasyrov@it-projects.info>
  16. * Ivan Yelizariev <yelizariev@it-projects.info>
  17. Sponsors
  18. --------
  19. * `IT-Projects LLC <https://it-projects.info>`_
  20. Further information
  21. ===================
  22. HTML Description: https://apps.odoo.com/apps/modules/9.0/mailgun/
  23. Usage instructions: `<doc/index.rst>`_
  24. Changelog: `<doc/changelog.rst>`_
  25. Tested on Odoo 9.0 c8cd67c5d98b410cabe0a6efb3347a8a4de731d8