Re: Sending Attachment with mailx
rcee wrote:
Hi all ,
Can some one help me with the command to sent attachment using mailx .
I assume you mean binary attachments
man uuencode
Is it possible and if it is , is there any limitation of the size ?
After uuencoding you can splitt the file into a size which is supported
by all processes and resources meaning from a technical/theoretical
point of view the file size is almost unlimited.
But who likes to get a 4,5 GB email where its mail directory is on a
2GB limited FS
hth
Hajo
.
Relevant Pages
- Re: What is .eml?
... The way the email's binary attachments are sent through Internet is ... converting this files to uuencode Text format. ... filename_pps.eml and when I click on the file it comes up in Gedit. ... (Ubuntu) - Re: df -k output filtering - a better way of mailing anything
... That's a good one to test on AIX. ... try it as commands in a single mail message ... Couple of binary attachments: ... $(uuencode /usr/lib/sendmail sendmail) ... (AIX-L) - Re: df -k output filtering - a better way of mailing anything
... try it as commands in a single mail message ... the recipient lists are space delimited & "your_choice" doesn't have ... Couple of binary attachments: ... $(uuencode /usr/lib/sendmail sendmail) ... (AIX-L) - Re: Base64 decoding on the command line - how?
... >> Is there a simple command line tool that will encode/decode a file to ... >> There is uuencode which, on its man page allegedly has the -m option to use ... > $ uuencode -m foo foo ... I'm looking for a command line tool to decode it for me. ... (uk.comp.sys.mac) - Re: mail an attachment + body
... > How can I mail an attachment file + a few lines in body. ... > use uuencode. ... but it would be easier to use a mail client such as pine or mutt (or almost ... anything other than mail or mailx). ... (comp.unix.shell) |
|