- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ELM sendmail
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
07-03-2006 07:25 PM
07-03-2006 07:25 PM
ELM sendmail
I want to send execle/etc files attachment using ELM on HP-UX 11.23 but I receive incorrect format on outlook whereas it all good using "mailx -m"
Any clue please ?
Thanks in advance
Nisar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2006 08:49 PM
07-03-2006 08:49 PM
Re: ELM sendmail
when you add the attachment are you sure the content-transfer-encoding is set to base64?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2006 09:01 PM
07-03-2006 09:01 PM
Re: ELM sendmail
http://www.hpux.ws/mailfile2
It uses sendmail, does attachments. Its production code, I use it all over the place.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2006 03:55 PM
07-04-2006 03:55 PM
Re: ELM sendmail
I can send through actaul XLS files using base64 but have tried the {echo [include products.xls text/plain quoted-printable] | elm -s "MS Excel" emailaddress where products.csv is a coma delimitted file and it sent garbage.
Thanks
Nisar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2006 04:14 PM
07-04-2006 04:14 PM
Re: ELM sendmail
[include test.xls application/msexcel base64]
Then try sending it using
# elm -s "Test" xyz@abc.com < excelformat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2006 05:23 PM
07-04-2006 05:23 PM
Re: ELM sendmail
I can send through MS Excel files using base64 but have tried the {echo [include products.csv text/plain quoted-printable] | elm -s "MS Excel" emailaddress where products.csv is a coma delimitted file and it sent only garbage.
Thanks
Nisar