Answers for "how to send email with body and attachment in unix"

-1

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" [email protected]
Posted by: Guest on June-09-2020

Code answers related to "how to send email with body and attachment in unix"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language