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.

75 lines
2.4 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. Resend mass mailings
  6. ====================
  7. A frequent need for users of mass mailings is to resend one mailing that has
  8. already been sent in the past to new recipients that haven't received yet that
  9. mail. But the problem is to know which are the applicable ones.
  10. Odoo already includes a method in its mass mailing logic that avoids to resend
  11. the same mail 2 times for one mass mailing, and for v9, there was a trick that
  12. allows to modify the state of a mass mailing from kanban view, covering the
  13. need.
  14. But now on v10 both status bar in form view and dragging between states in
  15. kanban are not allowed.
  16. This module introduces a button to restart a mass mailing to draft state,
  17. allowing you to reevaluate the sending domain or list for performing again
  18. the mailing.
  19. Usage
  20. =====
  21. * Go to *Mass mailing > Mailings > Mass Mailings*.
  22. * Click on one record that is done or create a new one and send it.
  23. * You will see a button called "Resend".
  24. * If you click on it, mass mailing will be set to Draft again.
  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 smashing it by providing a detailed and welcomed feedback.
  34. Known issues / Roadmap
  35. ======================
  36. * Add an indicator / filter for knowing resent mailings.
  37. * Include information on the number of new recipients to be sent on the
  38. resending (through `get_remaining_recipients` method).
  39. Credits
  40. =======
  41. Contributors
  42. ------------
  43. * Tecnativa (https://www.tecnativa.com):
  44. * Pedro M. Baeza <pedro.baeza@tecnativa.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 https://odoo-community.org.