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.

71 lines
1.9 KiB

  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
  3. :alt: License: AGPL-3
  4. =========================
  5. Mail tracking for Mailgun
  6. =========================
  7. This module integrates mail_tracking events with Mailgun webhooks
  8. Configuration
  9. =============
  10. You must configure Mailgun webhooks in order to receive mail events:
  11. 1. Got a Mailgun account and validate your sending domain
  12. 2. Go to Webhook tab and configure this URL for each event you want to track:
  13. .. code:: html
  14. https://<your_domain>/mail/tracking/all/<your_database>
  15. Replace '<your_domain>' by your Odoo install domain name
  16. and '<your_database>' by your database name
  17. In order to validate Mailgun webhooks you have to save Mailgun api_key in
  18. a system parameter named 'mailgun.apikey'. You can find Mailgun api_key in your
  19. validated sending domain
  20. Usage
  21. =====
  22. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  23. :alt: Try me on Runbot
  24. :target: https://runbot.odoo-community.org/runbot/205/8.0
  25. Bug Tracker
  26. ===========
  27. Bugs are tracked on `GitHub Issues
  28. <https://github.com/OCA/social/issues>`_. In case of trouble, please
  29. check there if your issue has already been reported. If you spotted it first,
  30. help us smashing it by providing a detailed and welcomed feedback.
  31. Credits
  32. =======
  33. Images
  34. ------
  35. * Mailgun logo: `SVG Icon <http://seeklogo.com/mailgun-logo-273630.html>`_.
  36. Contributors
  37. ------------
  38. * Antonio Espinosa <antonio.espinosa@tecnativa.com>
  39. Maintainer
  40. ----------
  41. .. image:: https://odoo-community.org/logo.png
  42. :alt: Odoo Community Association
  43. :target: https://odoo-community.org
  44. This module is maintained by the OCA.
  45. OCA, or the Odoo Community Association, is a nonprofit organization whose
  46. mission is to support the collaborative development of Odoo features and
  47. promote its widespread use.
  48. To contribute to this module, please visit https://odoo-community.org.