shell发邮件 constant007 2021-10-28 109 阅读1分钟 echo “hi” | mail -s ‘aa’ -a env.sv 12345@qq.com echo 是邮件内容; -s 是主题 -a 是附件