$ATTFile = "/tmp/binary_file"
$TXTFile = "/tmp/txt_file"
$SUBJECT="Attachment test"
$MAILTO="beakdoosan@gmail.com"
- SHELL> uuencode $ATTFile $ATTFile | mail -s "$SUBJECT" $MAILT
#uuencode 在CentOS要另外安裝,標準的Repo並沒有這個套件 - SHELL> mutt -a $ATTFile -s $SUBJECT $MAILTO < $TXTFile
#mutt是大多數的Linux都會有的MUA
參考文獻:
Sending email with attachments on UNIX systems
沒有留言:
張貼留言