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.

84 lines
2.5 KiB

9 years ago
9 years ago
9 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. ```
  15. <small>You can unsubscribe <a href="%(url)s">here</a></small>
  16. ```
  17. Additionally, you can disable this link if you set this parameter to 'False'
  18. If this parameter (mass_mailing.unsubscribe.label) is not set (or set to '')
  19. default 'Click to unsubscribe' link will appear. This default text is
  20. translatable via Settings > Translations > Application Terms > Translated terms
  21. Usage
  22. =====
  23. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  24. :alt: Try me on Runbot
  25. :target: https://runbot.odoo-community.org/runbot/205/8.0
  26. Known issues / Roadmap
  27. ======================
  28. * This custom html is not translatable, so as a suggestion, you can define
  29. the same text in several languages in several lines. For example:
  30. For example:
  31. ```
  32. <small>[EN] You can unsubscribe <a href="%(url)s">here</a></small><br/>
  33. <small>[ES] Puedes darte de baja <a href="%(url)s">aquí</a></small>
  34. ```
  35. Bug Tracker
  36. ===========
  37. Bugs are tracked on `GitHub Issues <https://github.com/OCA/social/issues>`_.
  38. In case of trouble, please check there if your issue has already been reported.
  39. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback
  40. `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**>`_.
  41. Credits
  42. =======
  43. Contributors
  44. ------------
  45. * Rafael Blasco <rafabn@antiun.com>
  46. * Antonio Espinosa <antonioea@antiun.com>
  47. Maintainer
  48. ----------
  49. .. image:: https://odoo-community.org/logo.png
  50. :alt: Odoo Community Association
  51. :target: https://odoo-community.org
  52. This module is maintained by the OCA.
  53. OCA, or the Odoo Community Association, is a nonprofit organization whose
  54. mission is to support the collaborative development of Odoo features and
  55. promote its widespread use.
  56. To contribute to this module, please visit http://odoo-community.org.