- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- using sendmail -v to send a txt file
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
08-06-2003 07:53 AM
08-06-2003 07:53 AM
using sendmail -v to send a txt file
I am generating a txt file, fields separeted with ;.
Not to change the format I want to use
sendmail -v.
I know I can use
uuencode orig.txt new.txt|sendmail -v user@domanin.com
yet, I do not want to convert the file in any way, since it is being read into another system, as soon as it arrives. I can not manipulate the receiving file, for instance with uudecode new.txt
does anyone have an answer
thanks in advance
Barbara
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2003 08:00 AM
08-06-2003 08:00 AM
Re: using sendmail -v to send a txt file
sendmail -v user@domain.com
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2003 08:03 AM
08-06-2003 08:03 AM
Re: using sendmail -v to send a txt file
cat file | mailx -s "subject" you@yourdomain.com him@hisdomain.com her@herdomain.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2003 08:21 AM
08-06-2003 08:21 AM
Re: using sendmail -v to send a txt file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2003 08:33 AM
08-06-2003 08:33 AM
Re: using sendmail -v to send a txt file
Self documented.
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
08-06-2003 11:59 PM
08-06-2003 11:59 PM
Re: using sendmail -v to send a txt file
Yet, I did not want to cat the file. It needs to be send as an attachment. This is why I wanted to use something like uuencode orig.txt new.txt|sendmail -v user@domanin.com
I have not tried the script from sep. Maybe someone just knows a command
Barbara
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2003 12:04 AM
08-07-2003 12:04 AM
Re: using sendmail -v to send a txt file
Its not the fact we're using the cat command, its what we cat that makes it an attachment.
Give me your email address and I'll send you /etc/issue with it.
It works in production with binary files.
It works in production with ascii files.
It's a solution. Seriously. It could stand some documentation, but it works.
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
08-07-2003 05:59 AM
08-07-2003 05:59 AM
Re: using sendmail -v to send a txt file
I finally had a chance to test your script.
It works well. Since Unix is only a tiny part of my job, I appriciate all the help an knowledge I can.
Thanks again
Barbara