Use --cc to cc email

Change-Id: I47e28f33353a623f797b05f5d02d539f407b9128
This commit is contained in:
Yi Luo
2017-07-24 11:11:57 -07:00
parent 339a8b9df9
commit 441ad49ddc

View File

@@ -8,9 +8,9 @@ log_file=rep_$date_str.txt
$script_path/nightly_speed.sh $codebase > $log_path/$log_file 2>&1
#users="luoyi,yunqingwang"
users=luoyi
host_name=`hostname`
sender=luoyi
cc_list=yunqingwang
sendgmr --to=$users --subject="AV1 Build/Running Report" --from=$sender --reply_to=$sender < $log_path/$log_file
sendgmr --to=$users --cc=$cc_list --subject="AV1 Build/Running Report" --from=$sender --reply_to=$sender < $log_path/$log_file