diff --git a/scripts/manemail.sh b/scripts/manemail.sh index d355c44f9..ae5c138a4 100755 --- a/scripts/manemail.sh +++ b/scripts/manemail.sh @@ -8,4 +8,4 @@ report_html=$1 report_path=/usr/local/google/home/luoyi/Dev/log report_send=$report_path/$report_html -sendgmr --to=luoyi --cc=yunqingwang,vpx-eng --from=luoyi --reply_to=luoyi --subject="Codec Daily Report" --html_file=$report_send --body_file=$report_send +sendgmr --to=luoyi --cc=yunqingwang,vpx-eng --from=luoyi --reply_to=luoyi --subject="AV1 Nightly Speed Report" --html_file=$report_send --body_file=$report_send