adding bcc
This commit is contained in:
@@ -2446,8 +2446,8 @@ def handle_send_template_email(template,email,fromemail,rowername,
|
||||
}
|
||||
|
||||
res = send_template_email('Rowsandall <info@rowsandall.com>',
|
||||
fullemail,subject,
|
||||
template,d,cc=[fromemail],**kwargs)
|
||||
['info@rowsandall.com'],subject,
|
||||
template,d,cc=[fromemail],bcc=fullemail,**kwargs)
|
||||
|
||||
@app.task
|
||||
def handle_sendemail_message(email,fromemail,rowername,message,teamname,managername,
|
||||
|
||||
Reference in New Issue
Block a user