HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Help , need elm scripts
Operating System - Linux
1828219
Members
1932
Online
109975
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
Go to solution
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
05-18-2003 07:36 PM
05-18-2003 07:36 PM
Hi all,
i need some helps.
I had a red hat Linux release 7.3 ,
I need to send mails from server and attach files ,
ex.
to : violin@gbm.com.tw
Subject : Test Mail
Attach File : /home/oracle/today.log , /home/oracle/today.txt
How could I do?
Thanks.
Violin.
i need some helps.
I had a red hat Linux release 7.3 ,
I need to send mails from server and attach files ,
ex.
to : violin@gbm.com.tw
Subject : Test Mail
Attach File : /home/oracle/today.log , /home/oracle/today.txt
How could I do?
Thanks.
Violin.
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2003 10:34 PM
05-18-2003 10:34 PM
Solution
Hi,
I guess you could use uuencode.
Take a look at this thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x720f36e69499d611abdb0090277a778c,00.html
Thanks,
JP
I guess you could use uuencode.
Take a look at this thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x720f36e69499d611abdb0090277a778c,00.html
Thanks,
JP
Open your Mind and use Open Source software...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2003 10:51 PM
05-19-2003 10:51 PM
Re: Help , need elm scripts
see if the below tip helps.
-balaji
:
####[ GNU/Linux One Stanza Tip (LOST) ]#######################
Sub : Sending attachments from command line (#1) LOST #225
If you have mutt installed, do:
mutt someone (at) somewhere.com -a /tmp/file.tar.gz \
-s "subject line" \
-x < message.txt
####[binand (at) cysphere.com]################################
:
:
####[ GNU/Linux One Stanza Tip (LOST) ]#######################
Sub : Sending attachments from command line (#2) LOST #228
Install 'mpack' from http://www.funet.fi/pub/unix/mail/mpack/
Usage: $mpack -s "Subject header" -d message.txt something.tar.gz someone (at) somewhere.net
####[bish (at) nde.vsnl.net.in]###############################
-balaji
-balaji
:
####[ GNU/Linux One Stanza Tip (LOST) ]#######################
Sub : Sending attachments from command line (#1) LOST #225
If you have mutt installed, do:
mutt someone (at) somewhere.com -a /tmp/file.tar.gz \
-s "subject line" \
-x < message.txt
####[binand (at) cysphere.com]################################
:
:
####[ GNU/Linux One Stanza Tip (LOST) ]#######################
Sub : Sending attachments from command line (#2) LOST #228
Install 'mpack' from http://www.funet.fi/pub/unix/mail/mpack/
Usage: $mpack -s "Subject header" -d message.txt something.tar.gz someone (at) somewhere.net
####[bish (at) nde.vsnl.net.in]###############################
-balaji
Its Always Important To Know, What People Think Of You. Then, Of Course, You Surprise Them By Giving More.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2003 11:28 PM
05-19-2003 11:28 PM
Re: Help , need elm scripts
To send it in uuencoded form for a Unix user:
uuencode /home/oracle/today.log /home/oracle/today.txt | elm -s "Test Mail" violin@gbm.com.tw
To send it as a mime attachment to a PC user
mpack -s "Test Mail" -d /home/oracle/today.log /home/oracle/today.txt violin@gbm.com.tw
Regards,
Sergejs
uuencode /home/oracle/today.log /home/oracle/today.txt | elm -s "Test Mail" violin@gbm.com.tw
To send it as a mime attachment to a PC user
mpack -s "Test Mail" -d /home/oracle/today.log /home/oracle/today.txt violin@gbm.com.tw
Regards,
Sergejs
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
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP