[참조 : http://www.rootman.co.kr/ ]
① jpg 파일을 인코딩하고 메일 본문을 read.txt로 발송
#uuencode sample1.jpg sample1.jpg | mail -s "Mail test encode" test@gmail.com < read.txt
② jpg 파일을 첨부하고 본문은 read.txt나 널값으로 메일 발송
#mutt -s "Mail test" -a sample.jpg test@gamil.com < read.txt or /dev/null
댓글 없음:
댓글 쓰기