ปกติใช้ sendmail ก็ครอบคลุมหมดครับ แต่มา mutt แล้วก็เจ๋งดี สามารถ ส่งเป็น mutiple file ได้ครับ คือ attach file หลายๆไฟล์
#echo "Subject: Welcome Message To NTT Members" | cat - /home/golf/sms_send.txt | sendmail -F "
support-mail@xxxx.co.th" -f
support-mail@xxxx.co.th $account < $USERLIST/sms_send.txt
#pkg_add -r muttjavascript:void(0);
#mutt -s "Welcome Message To xxx Members" -a sms_send1.txt -a test.txt
unix@xxxx.co.th < $USERLIST/sms_send.txt
-s คือ subject
-a คือ attachfile
< sms_send.txt คือ ข้อความที่จะให้แสดงใน message mail
unixwg@xxxx.co.th คือ email ปลายทางที่จะส่งไป
ถ้าต้องการแก้ from ให้มาจากใครก็ set ที่
#vi /home/user/.muttrc
set from="
username@yourmail.com"
set realname = username test"
ถ้าต้องการ options เพิ่มก็ man mutt เลยครับ