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.

85 lines
2.6 KiB

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
  1. .. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
  2. :alt: License: AGPL-3
  3. ====================================================
  4. Customizable unsubscribe link on mass mailing emails
  5. ====================================================
  6. With this module you can set a custom unsubscribe link append at bottom of mass
  7. mailing emails.
  8. Configuration
  9. =============
  10. To configure unsubscribe label go to Setting > Technical > Parameters > System parameters
  11. and add a 'mass_mailing.unsubscribe.label' parameter with html to set at bottom
  12. of mass emailing emails. Including '%(url)s' variable where unsubscribe link
  13. For example:
  14. .. code:: html
  15. <small>You can unsubscribe <a href="%(url)s">here</a></small>
  16. Additionally, you can disable this link if you set this parameter to 'False'
  17. If this parameter (mass_mailing.unsubscribe.label) is not set (or set to '')
  18. default 'Click to unsubscribe' link will appear. This default text is
  19. translatable via Settings > Translations > Application Terms > Translated terms
  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. Known issues / Roadmap
  26. ======================
  27. * This custom html is not translatable, so as a suggestion, you can define
  28. the same text in several languages in several lines.
  29. For example:
  30. .. code:: html
  31. <small>[EN] You can unsubscribe <a href="%(url)s">here</a></small><br/>
  32. <small>[ES] Puedes darte de baja <a href="%(url)s">aquí</a></small>
  33. Bug Tracker
  34. ===========
  35. Bugs are tracked on `GitHub Issues <https://github.com/OCA/social/issues>`_.
  36. In case of trouble, please check there if your issue has already been reported.
  37. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  38. `here <https://github.com/OCA/social/issues/new?body=module:%20mass_mailing_custom_unsubscribe%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
  39. Credits
  40. =======
  41. Contributors
  42. ------------
  43. * Rafael Blasco <rafabn@antiun.com>
  44. * Antonio Espinosa <antonioea@antiun.com>
  45. Maintainer
  46. ----------
  47. .. image:: https://odoo-community.org/logo.png
  48. :alt: Odoo Community Association
  49. :target: https://odoo-community.org
  50. This module is maintained by the OCA.
  51. OCA, or the Odoo Community Association, is a nonprofit organization whose
  52. mission is to support the collaborative development of Odoo features and
  53. promote its widespread use.
  54. To contribute to this module, please visit http://odoo-community.org.