Senin, 06 Februari 2012

send email menggunakan cli

multiple attachment:
$ (cat email-body.txt; uuencode file1.tar.gz file1.tar.gz && uuencode file2.tar.gz file2.tar.gz && uuencode file3.tar.gz file3.tar.gz) | mail -s "Subject" user@my.somewhere.com

0 comments:

Posting Komentar