adamspd / django-appointment

A Django app for managing appointment scheduling with ease and flexibility.
Apache License 2.0
89 stars 30 forks source link

Add possibility to send all emails using django-q #153

Closed adamspd closed 1 month ago

adamspd commented 3 months ago

Feature Description

Currently, the system sends only reminder emails using Django-Q task functionality.

It is proposed to introduce a new variable in the settings to determine if the user prefers all emails to be sent using Django-Q task functionality. This approach is expected to optimize the load time of pages that wait for an email to be dispatched before completing the loading process. The default behaviour will still be kept in case user don't want Django-Q.