LPgenerator / django-db-mailer

Django module to easily send emails/sms/tts/push using django templates stored on database and managed through the Django Admin
https://github.com/LPgenerator/django-db-mailer
GNU General Public License v2.0
256 stars 80 forks source link

[UPDATED] -- Upgraded django-db-mailer for Django 4.2+ compatibility by replacing deprecated imports and fields. #131

Open DhavalGojiya opened 6 days ago

DhavalGojiya commented 6 days ago

Upgrade django-db-mailer for compatibility with Django 4.2+

This commit ensures the library continues to function with modern versions of Django while maintaining backward compatibility where possible.