- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- General
- >
- Unable to received email attachments
-
- Forums
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
04-23-2011 10:25 PM
04-23-2011 10:25 PM
Unable to received email attachments
Please advise regarding this issue, i am able to sent email and is being received but the attachment is missing.
I use this code.
uuencode file.tar file.tar | mailx -s "file.tar"
- Tags:
- attachments
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-23-2011 10:39 PM
04-23-2011 10:39 PM
Re: Unable to received email attachments
uuencode file.tar file.tar | mailx -m -s "file.tar"
-m means "Do not add MIME header lines". Newer versions of Micro$oft exchange, for some reason, do not like these headers, as I came to realize.
Hope this helps
UNIX because I majored in cryptology...
- Tags:
- uuencode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-24-2011 03:40 AM
04-24-2011 03:40 AM
Re: Unable to received email attachments
begin 644 file.tar
4=&AI
end
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-24-2011 04:03 AM
04-24-2011 04:03 AM
Re: Unable to received email attachments
uuencode file.tar file.bin| mailx -s "file.tar"
-or just--
uuencode file.tar file | mailx -s "file.tar"
Unless its that the tar format that can't be converted. Try a plan ascii file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-24-2011 04:10 AM
04-24-2011 04:10 AM
Re: Unable to received email attachments
e-mail attachment
should find many old threads on this topic.
> [...] is being received but the attachment
> is missing.
It "is being received" where? Read using
what? Note that this (very old) "uuencode"
scheme does not yield a MIME-compliant
message, and some modern e-mail client
programs may not know what to do with it.
MIME-compliant alternatives exist.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-04-2011 09:23 AM
05-04-2011 09:23 AM
Re: Unable to received email attachments
(uuencode file.tar file.tar.txt; echo "test") | mailx -m -s "file.tar"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-04-2011 10:54 AM
05-04-2011 10:54 AM
Re: Unable to received email attachments
The script runs on HPUX and Linux.
It creates a multipart mime email, and can support a body, as well as an attachemnt.
The attachment can be any file, binary or text.
## mail_mime_attachment -h
usage: mail_mime_attachment \
[-s subject] \
[-b
# if no -b, then uses standard input
-A
[-c CC: address] \
[-bc BCC: address] \
-t addressee name \
-a e-mail address
It uses sendmail directly.
It also uses 'base64', which is not part of HPUX, but which can be downloaded for free and 'make'ed, if you have a C compiler.
bv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-04-2011 10:56 AM
05-04-2011 10:56 AM
Re: Unable to received email attachments
bv
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
01-27-2013 08:46 PM
01-27-2013 08:46 PM
Re: Unable to received email attachments
the solution was clear and precise.
Thanks a lot.
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2021 Hewlett Packard Enterprise Development LP