Linux DB PHP Scripts Tech Diary
Search This Blog
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:
Tech Notes
March 14, 2011 at 1:08 PM
mutt -s 'here is subject' -a kl.sql yourmail@gmail.com < /dev/null
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
mutt -s 'here is subject' -a kl.sql yourmail@gmail.com < /dev/null
ReplyDelete