Mutt

ph
Admin (토론 | 기여)님의 2017년 4월 9일 (일) 06:11 판 (새 문서: == mail through command line == <pre>mutt -s "Test from mutt" user@yahoo.com < /tmp/message.txt mutt -s "Test from mutt" user@yahoo.com < /tmp/message.txt -a /tmp/file.jpg echo "This...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
이동: 둘러보기, 검색

mail through command line

mutt -s "Test from mutt" user@yahoo.com < /tmp/message.txt
mutt -s "Test from mutt" user@yahoo.com < /tmp/message.txt -a /tmp/file.jpg
echo "This is the body" | mutt -s "Testing mutt" user@yahoo.com -a /tmp/XDefd.png

[1]