notification emails
This commit is contained in:
@@ -823,6 +823,11 @@ def handle_send_email_subscription_update(
|
||||
'subscription_update_email.html',
|
||||
d, **kwargs)
|
||||
|
||||
res = send_template_email(from_email,['info@rowsandall.com'],
|
||||
'Subscription Update Notification',
|
||||
'subscription_update_notification.html',
|
||||
d, **kwargs)
|
||||
|
||||
return 1
|
||||
|
||||
@app.task
|
||||
@@ -854,6 +859,10 @@ def handle_send_email_subscription_create(
|
||||
'subscription_create_email.html',
|
||||
d, **kwargs)
|
||||
|
||||
res = send_template_email(from_email,['info@rowsandall.com'],
|
||||
'Subscription Update Notification',
|
||||
'subscription_create_notification.html',
|
||||
d, **kwargs)
|
||||
return 1
|
||||
|
||||
@app.task
|
||||
|
||||
Reference in New Issue
Block a user