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.

communication.rst 560B

12345678910111213141516171819202122
  1. =============
  2. Communication
  3. =============
  4. The Communication app is used to manage emails and notifications to users.
  5. If ``OSCAR_SAVE_SENT_EMAILS_TO_DB`` is ``True``, then all sent emails
  6. are saved to the database as instances of ``oscar.apps.communication.models.Email``
  7. The ``Dispatcher`` class from ``oscar.apps.communication.utils`` is used to send
  8. emails and notifications.
  9. Abstract models
  10. ---------------
  11. .. automodule:: oscar.apps.communication.abstract_models
  12. :members:
  13. Utils
  14. -----
  15. .. automodule:: oscar.apps.communication.utils
  16. :members: