Django module to easily send emails/sms/tts/push using django templates stored on database and managed through the Django Admin
GNU General Public License v2.0
255
stars
81
forks
source link
args to template data with send_db_subscription #119
Open
maxclax opened 6 years ago
When I use
send_db_mail
I understood but when usesend_db_subscription('welcome', None, { 'user__is_active': True, }, use_celery=False )
How can add data from each users/mail to template?