- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- question on mail
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2002 02:50 PM
10-03-2002 02:50 PM
question on mail
I have couple of files in a unix machine i wanted to mail them to my lotus notes id . what is the procedure for doing that
Thanks
Narasimham
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2002 02:52 PM
10-03-2002 02:52 PM
Re: question on mail
mailx -s "SUBJECT" mail_address < file
that will read the file and use it as the body of the message. If you want a file intact... better off using ftp
Ted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2002 02:56 PM
10-03-2002 02:56 PM
Re: question on mail
I Have files having some data
Narasimham
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2002 02:58 PM
10-03-2002 02:58 PM
Re: question on mail
ftp -i
enter user_id
enter passwd
now get command prompt
enter "bin" to set binary transfer
lcd c:\local_directory
cd
mget file_name
if there is a way to actually attach the file the way you do with exchange or lotus notes, I do not know it.. sorry
Ted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2002 03:00 PM
10-03-2002 03:00 PM
Re: question on mail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2002 03:06 PM
10-03-2002 03:06 PM
Re: question on mail
In fact i wanted to avoid doing ftp. I wanted to run a script and get the results(files) automatically to my mail box
Narasimham
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2002 03:13 PM
10-03-2002 03:13 PM
Re: question on mail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2002 03:39 PM
10-03-2002 03:39 PM
Re: question on mail
ux2dos full_path/to_file | uuencode Name_Of_Attachment.txt | mailx -m -s "Title of Email" someone@somewhere.com
Best of Luck,
dl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2002 05:20 PM
10-03-2002 05:20 PM
Re: question on mail
elm -s "My Subject" address@somewhere.com << END
[include /tmp/myfile application/octet-stream base64]
END
Regards,
Rich
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2002 02:54 AM
10-10-2002 02:54 AM
Re: question on mail
Have a look at the following forum thread http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x720f36e69499d611abdb0090277a778c,00.html which give a lot of answer.
If you want to send the file as attachment have a look at the following (still same thread) http://forums.itrc.hp.com/cm/components/FileAttachment/0,,0x071436e69499d611abdb0090277a778c,00.txt .
Chris.