AIX: How do you send an attachment via mail
Article Number: 258 | Rating: Unrated | Last Updated: Mon, Jun 11, 2018 12:44 PM
Uuencode is the answer:
uuencode [source-file] [filename].b64 mail -v -s “subject” [email-address]
For example:
# uuencode /etc/motd motd.b64 mail -v -s “Message of the day” email@hostname.comI
use the .b64 extension which gets recognized by Winzip. When you received your email in Outlook, you will have an attachment, which can be opened by Winzip.
Posted - Mon, Jun 11, 2018 12:44 PM. This article has been viewed 2824 times.
Filed Under:
AIX
There are no attachments for this article.
There are no comments for this article. Be the first to post a comment.
Related Articles
AIX perf how to
Viewed 18737 times since Tue, Aug 14, 2018
AIX -- extending Logical Volumes online
Viewed 2707 times since Tue, Mar 12, 2019
AIX: Script to get Total Disk Size
Viewed 3665 times since Tue, Jun 12, 2018
Install and configure GNU’s screen on AIX
Viewed 8873 times since Thu, Feb 21, 2019
AIX - How to shutdown or reboot
Viewed 5467 times since Fri, Jun 8, 2018