Mutt

ph
Admin (토론 | 기여)님의 2017년 4월 9일 (일) 06:19 판
이동: 둘러보기, 검색

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]
html로 보내려면,

mutt -e "set content_type=text/html" Email address -s "subject" < test.html

[2]