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.

69 lines
2.1 KiB

  1. .. image:: https://img.shields.io/badge/license-LGPL--3-blue.png
  2. :target: https://www.gnu.org/licenses/lgpl
  3. :alt: License: LGPL-3
  4. ====================
  5. Notify bounce emails
  6. ====================
  7. In case of bounced email messages retrieved by fetchmail, sender of original message will be notified. Also, it is possible to configure email addresses to be notified about bounced emails.
  8. Typical use case:
  9. - User configures a partner with a wrong email address
  10. - User sends a message to that partner
  11. - User gets notified about wrong email address
  12. In some cases (see `https://github.com/odoo/odoo/issues/21119
  13. <https://github.com/odoo/odoo/issues/21119>`_.), these messages are silently discarded by odoo, so users don't know about possible failures.
  14. Also, even when bounce messages are correctly fetched by odoo, the sender, or other people, will not be notified.
  15. Configuration
  16. =============
  17. To configure additional recipients of bounced emails, you can open fetchmail server form and fill 'Notify bounce emails to' field
  18. Usage
  19. =====
  20. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  21. :alt: Try me on Runbot
  22. :target: https://runbot.odoo-community.org/runbot/205/10.0
  23. Bug Tracker
  24. ===========
  25. Bugs are tracked on `GitHub Issues
  26. <https://github.com/OCA/social/issues>`_. In case of trouble, please
  27. check there if your issue has already been reported. If you spotted it first,
  28. help us smash it by providing detailed and welcomed feedback.
  29. Credits
  30. =======
  31. Images
  32. ------
  33. * Icon made by those-icons from https://www.flaticon.com/authors/those-icons
  34. Contributors
  35. ------------
  36. * Lorenzo Battistini <lorenzo.battistini@agilebg.com>
  37. Do not contact contributors directly about support or help with technical issues.
  38. Maintainer
  39. ----------
  40. .. image:: https://odoo-community.org/logo.png
  41. :alt: Odoo Community Association
  42. :target: https://odoo-community.org
  43. This module is maintained by the OCA.
  44. OCA, or the Odoo Community Association, is a nonprofit organization whose
  45. mission is to support the collaborative development of Odoo features and
  46. promote its widespread use.
  47. To contribute to this module, please visit https://odoo-community.org.