- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- what options to be used in mail command
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
04-03-2009 04:08 AM
04-03-2009 04:08 AM
I want to send a mail using "mail" command from HP-UX.
In linux normally i use follwoing sytax to send a mail
# mail -s "subject" mailaddress
Ex:
# mail -s "hai" senthil@hp.com
explanation:
-s ==> to mention the subject
other important options
-a ==> to mention the attachment file name
-c ==> to mention the mail id that will be in CC
-b ==> to mention the mail id that will be in BCC.
like above,
1) how you are sending mails from hp-ux using mail command.
2) what are the corresponding options used for mentioning "subject" "CC" "BCC" "attachments"
pls explain me.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2009 05:16 AM
04-03-2009 05:16 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2009 05:50 AM
04-03-2009 05:50 AM
Re: what options to be used in mail command
http://hpux.connect.org.uk/hppd/hpux/Networking/Mail/mutt-1.5.19/
mutt -a attachment -s "subject"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2009 05:52 AM
04-03-2009 05:52 AM
Re: what options to be used in mail command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2009 05:54 AM
04-03-2009 05:54 AM
Re: what options to be used in mail command
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=957586
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2009 03:07 PM
04-03-2009 03:07 PM
Re: what options to be used in mail command
mailx has this.
>-c ==> in CC, -b ==> in BCC.
mailx can only do this if you are interactive and you use ~h to update the 4 header lines.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2009 08:01 PM
04-03-2009 08:01 PM
Re: what options to be used in mail command
You can check attached file.
RGds//
Taifur