Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to send email with body and attachment in unix

$ ( cat body-message.txt; uuencode input-attachment.txt output-attachment.txt ) 
| mail -s "Email With Body Text and Attachment" ramesh.thegeekstuff@gmail.com
Source by www.thegeekstuff.com #
 
PREVIOUS NEXT
Tagged: #send #email #body #attachment #unix
ADD COMMENT
Topic
Name
7+7 =