fixing messaging
This commit is contained in:
@@ -2336,14 +2336,16 @@ def handle_sendemailnewcomment(first_name,
|
||||
@app.task
|
||||
def handle_send_template_email(template,email,fromemail,rowername,
|
||||
subject,message,debug=False,**kwargs):
|
||||
|
||||
fullemail = [email]
|
||||
d = {
|
||||
'message':message,
|
||||
'rowername':rowername,
|
||||
}
|
||||
|
||||
res = send_template_email(fromemail,fullemail,subject,
|
||||
template,d,**kwargs)
|
||||
res = send_template_email('Rowsandall <info@rowsandall.com>',
|
||||
fullemail,subject,
|
||||
template,d,cc=[fromemail],**kwargs)
|
||||
|
||||
@app.task
|
||||
def handle_sendemail_message(email,fromemail,rowername,message,teamname,managername,
|
||||
|
||||
Reference in New Issue
Block a user