1. 程式人生 > >linux send email

linux send email

echo report send port span ebo rep epo com

function send_mail() 
{
       echo  $1 | mail -s "Report daily onebox for wenda" tzh@720.com
}

$1 為郵件內容

-s 為標題

linux send email