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.

53 lines
1.8 KiB

8 years ago
  1. .. image:: https://img.shields.io/badge/license-MIT-blue.svg
  2. :target: https://opensource.org/licenses/MIT
  3. :alt: License: MIT
  4. =========
  5. Mailgun
  6. =========
  7. The module allows to receive incoming messages or send them to clients who uses external mail services (e.g. gmail.com) by using Mailgun.
  8. There is no IMAP or POP3 servers on mailgun that is to be used with odoo.
  9. That is why we need this module. It fetches messages from mailgun using their API and stores them in odoo.
  10. TODO
  11. ====
  12. * 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.
  13. Credits
  14. =======
  15. Contributors
  16. ------------
  17. * Ildar Nasyrov <Nasyrov@it-projects.info>
  18. * Ivan Yelizariev <yelizariev@it-projects.info>
  19. Sponsors
  20. --------
  21. * `IT-Projects LLC <https://it-projects.info>`__
  22. Maintainers
  23. -----------
  24. * `IT-Projects LLC <https://it-projects.info>`__
  25. To get a guaranteed support you are kindly requested to purchase the module at `odoo apps store <https://apps.odoo.com/apps/modules/11.0/mailgun/>`__.
  26. Thank you for understanding!
  27. `IT-Projects Team <https://www.it-projects.info/team>`__
  28. Further information
  29. ===================
  30. Demo: http://runbot.it-projects.info/demo/mail-addons/11.0
  31. HTML Description: https://apps.odoo.com/apps/modules/11.0/mailgun/
  32. Usage instructions: `<doc/index.rst>`_
  33. Changelog: `<doc/changelog.rst>`_
  34. Notifications on updates: `via Atom <https://github.com/it-projects-llc/mail-addons/commits/11.0/mailgun.atom>`_, `by Email <https://blogtrottr.com/?subscribe=https://github.com/it-projects-llc/mail-addons/commits/11.0/malgun.atom>`_
  35. Tested on Odoo 11.0 dc61861f90d15797b19f8ebddfb0c8a66d0afa88