HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sendmail on HP-UX
Operating System - HP-UX
1839988
Members
1957
Online
110158
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-17-2003 02:26 PM
04-17-2003 02:26 PM
Sendmail on HP-UX
Is there a way using the HP-UX sendmail command to created a "nicely formatted" email message? By "nicely formatted", I mean a message with different fonts and embedded tables.
This message will be forwarded to a Microsoft Windows (Outlook) environment.
The message needs to be sent in the BODY of the email (no attachments).
Any help would be greatly appreciated.
Thanks!!
This message will be forwarded to a Microsoft Windows (Outlook) environment.
The message needs to be sent in the BODY of the email (no attachments).
Any help would be greatly appreciated.
Thanks!!
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2003 02:36 PM
04-17-2003 02:36 PM
Re: Sendmail on HP-UX
You can do tabs and new lines.
Zafar
Zafar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2003 03:06 PM
04-17-2003 03:06 PM
Re: Sendmail on HP-UX
You can made a nice formatted mail with any editor or script, for example you can do an html file, and you want to send it. You can do it with
cat file.html | mail -s "This is the subject" address@some.where
Regards.
Frank.
cat file.html | mail -s "This is the subject" address@some.where
Regards.
Frank.
Linux?. Yes, of course.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2003 06:18 AM
04-18-2003 06:18 AM
Re: Sendmail on HP-UX
Like Francisco said, you'll have to use an external editor or create the message using some sort of code.
I wanted the same thing and ended up modifying the program that creates the messages so that it would generate the necessary HTML formatting. You can use any HTML editor to mock up a message and then use that as a template to create similarly formatted ones from your code.
Sendmail is just a message transfer agent. It justs sends along what you give it.
If anyone else has fought with this, I'd love to hear too!
Regards,
Seth
I wanted the same thing and ended up modifying the program that creates the messages so that it would generate the necessary HTML formatting. You can use any HTML editor to mock up a message and then use that as a template to create similarly formatted ones from your code.
Sendmail is just a message transfer agent. It justs sends along what you give it.
If anyone else has fought with this, I'd love to hear too!
Regards,
Seth
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP