Operating System - HP-UX
1834810 Members
2722 Online
110070 Solutions
New Discussion

Re: HP-UX Mail ability/utility to send attachments

 
Manoj Sooka
Occasional Advisor

HP-UX Mail ability/utility to send attachments

Good Day All

How can one send attachments (files etc) from HP-UX to whichever destinations (internet, LAN
etc) ?
I am not familiar at all with mail utilities. The request I have is to mail attachments and not just the contents of files.

Your assistance is appreciated

Manoj
5 REPLIES 5
Clemens van Everdingen
Honored Contributor

Re: HP-UX Mail ability/utility to send attachments

Hi,

see this thread for starting:

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

And search forum for mail attachment.

C.
The computer is a great invention, there are as many mistakes as ever, but they are nobody's fault !
Clemens van Everdingen
Honored Contributor

Re: HP-UX Mail ability/utility to send attachments

Hi,

Here is another good one:

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

C.
The computer is a great invention, there are as many mistakes as ever, but they are nobody's fault !
Keith Johnson
Valued Contributor

Re: HP-UX Mail ability/utility to send attachments

Manoj,

Here is another way.

elm -s ???Message Subject??? recipient@address.com < attachment

KJ


No matter where you go...there you are.
benoit Bruckert
Honored Contributor

Re: HP-UX Mail ability/utility to send attachments

You can try also a product called nail, available at any portal center...
regards
Benoit
Une application mal pansée aboutit à une usine à gaze (GHG)
harry d brown jr
Honored Contributor

Re: HP-UX Mail ability/utility to send attachments

Manoj,

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

or a single file:

uuencode file file.txt |mailx -m -s "Heading for email" username@whereever.com

live free or die
harry
Live Free or Die