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.

74 lines
2.3 KiB

5 years ago
  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. Mass mailing event
  6. ==================
  7. This module links ``mass_mailing`` with ``event`` in order to exclude
  8. recipients that are already registered, confirmed, cancelled, attended, or a
  9. combination of these states, when the mass mailing is sent.
  10. Usage
  11. =====
  12. In a mass mailing, users can set an event related and exclude the recipients who
  13. have an email address already registered in that event.
  14. This is useful in this scenario:
  15. 1. Create a mass mailing for telling to 1000 partners that a new event is
  16. available.
  17. 2. During a week some of them (50) have been registered in the event
  18. 3. Then, a week after the first mass mailing, duplicate it to get a second
  19. mass mailing. Relate this one to the event and exclude the registered emails.
  20. Change the message body to remember that early bird period is going to expire
  21. soon.
  22. 4. Send the second mass mailing and registered emails are automatically excluded,
  23. So it's been only sent to 950 partners the ones who are not registered in the
  24. event yet.
  25. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
  26. :alt: Try me on Runbot
  27. :target: https://runbot.odoo-community.org/runbot/205/10.0
  28. Bug Tracker
  29. ===========
  30. Bugs are tracked on `GitHub Issues
  31. <https://github.com/OCA/social/issues>`_. In case of trouble, please
  32. check there if your issue has already been reported. If you spotted it first,
  33. help us smash it by providing detailed and welcomed feedback.
  34. Credits
  35. =======
  36. Images
  37. ------
  38. * Odoo Community Association: `Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`_.
  39. Contributors
  40. ------------
  41. * Antonio Espinosa <antonio.espinosa@tecnativa.com>
  42. * David Vidal <david.vidal@tecnativa.com>
  43. * Dave Burkholder <dave@thinkwelldesigns.com>
  44. Maintainer
  45. ----------
  46. .. image:: https://odoo-community.org/logo.png
  47. :alt: Odoo Community Association
  48. :target: https://odoo-community.org
  49. This module is maintained by the OCA.
  50. OCA, or the Odoo Community Association, is a nonprofit organization whose
  51. mission is to support the collaborative development of Odoo features and
  52. promote its widespread use.
  53. To contribute to this module, please visit https://odoo-community.org.