- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- e-mail and attachments
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
11-29-2000 05:06 AM
11-29-2000 05:06 AM
is it possible to send a file as an attachment by mail on HP9000?
If yes, what must I do?
Tanks
Wessel
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2000 05:17 AM
11-29-2000 05:17 AM
SolutionAbsolutely possible. See these threads for some guidelines:
http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x41950559ff7cd4118fef0090279cd0f9!0,00.html
http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x9ddef841489fd4118fef0090279cd0f9!0,00.html
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2000 05:24 AM
11-29-2000 05:24 AM
Re: e-mail and attachments
mailx -s 'Subjct' user@company.com < file
This should work
federico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2000 05:33 AM
11-29-2000 05:33 AM
Re: e-mail and attachments
\cat ${LOGFILE} | \ux2dos | \mailx -s "Cron : ${LOGFILE}" someon@somewhere.com
You need to configure sendmail though...
man sendmail
look on this forum how to, the have been discussions on th subject
Good luck
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2000 05:34 AM
11-29-2000 05:34 AM
Re: e-mail and attachments
man mailx
-m Do not add MIME header lines Mime Version, Content Type & Content Encoding to the header information while sending mails.
example
# uuencode /tmp/testfile testfile.txt | mailx -m -s 'testje' test@mail.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2000 05:44 AM
11-29-2000 05:44 AM
Re: e-mail and attachments
without any problems
uuencode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2000 06:08 AM
11-29-2000 06:08 AM
Re: e-mail and attachments
http://my1.itrc.hp.com/cm/QuestionAnswer/1,1150,0x41950559ff7cd4118fef0090279cd0f9,00.html
regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-01-2000 01:49 AM
12-01-2000 01:49 AM
Re: e-mail and attachments
Try elm (you can download it from software.HP.com).
You can also use sendmail and use UUENCODE to send mail-attachments, but the elm is better. The pitty is that elm cannot be automated.
With regards,
Dieter Degrendele