1834457 Members
2807 Online
110067 Solutions
New Discussion

Re: mailx attachment

 
SOLVED
Go to solution
Nobody's Hero
Valued Contributor

mailx attachment

Is it possible to attach a file using mailx?
If so, where can I find out how to do this?

10x
RPM
UNIX IS GOOD
7 REPLIES 7
Pete Randall
Outstanding Contributor
Solution

Re: mailx attachment

uuencode myfile myfile.txt | mailx -m -s "hello there" abc@yahoo.com

and other suggestions from

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd6a2afe90f1cd71190050090279cd0f9,00.html


Pete

Pete
Stefan Farrelly
Honored Contributor

Re: mailx attachment


Yes, you can send attachments using uuencode;

/usr/sbin/uuencode | mailx -s""

Some mail programs may not be able to handle it, in which case replace mailx with sendmail.
Im from Palmerston North, New Zealand, but somehow ended up in London...
harry d brown jr
Honored Contributor

Re: mailx attachment


for i in `echo filename1 filename2 filename3 ...`
do
uuencode $i $i.txt
done|mailx -m -s "test" username@whereever.com


live free or die
harry
Live Free or Die
Ramkumar Devanathan
Honored Contributor

Re: mailx attachment

RPM,

http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xde7919434a69d711abdc0090277a778c,00.html

Maybe we should start a FAQ on this??? that would definitely help...

the reply could have been merely 'Read The FAQ' (RTF)!

- ramd.
HPE Software Rocks!
Zafar A. Mohammed_1
Trusted Contributor

Re: mailx attachment

Check uuencode path, usually it will be in /usr/sbin
$type uuencode

1. uuencode | mailx -s "Subject" email@address.com

2. uuencode | sendmail email@address.com


Thanks
Zafar
Geoff Wild
Honored Contributor

Re: mailx attachment

download and install mpack:

http://hpux.ee.ualberta.ca/hppd/hpux/Users/mpack-1.5/

Mpack and munpack are utilities for encoding and decoding (respectively) binary files in MIME (Multipurpose Internet Mail Extensions) format mail messages.

Great for attaching any kind of document...

Rgds...Geoff

Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Steven E. Protter
Exalted Contributor

Re: mailx attachment

Does it hae to be mailx?

I have a great sendmail script. Tried and true, production. Modifiable.

Attaching.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com