Monday, February 1, 2010

linux send attachement email using mutt

mutt -s 'here is subject' -a kl.sql yourmail@gmail.com < yourmailcontent.txt

1 comment:

  1. mutt -s 'here is subject' -a kl.sql yourmail@gmail.com < /dev/null

    ReplyDelete