![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Send mail attachments and have a mail body | shibajighosh | AIX | 1 | 04-18-2008 10:54 AM |
| Pull E-mail address from file, send e-mail | DC Heard | Shell Programming and Scripting | 1 | 01-28-2008 11:23 PM |
| mail problems - how to send mail on solaris | amon | SUN Solaris | 10 | 04-06-2006 06:31 AM |
| I am not able to send mail form unix to other mail accounts. | chinnigd | UNIX for Dummies Questions & Answers | 1 | 04-06-2006 05:31 AM |
| can not send mail from unix server to company/yahoo mail | b5fnpct | UNIX for Dummies Questions & Answers | 5 | 11-22-2002 06:24 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
send mail in sh program
Hi,
I have a bsh program that needs to send out mail everytime someone runs. How do I send out mail without attach any file? I only need to write one line of message. Thanks for your help! |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Example:
mailx -s"`hostname``userid` ran program" you@yourdomain.com < /dev/null |
||||
| Google The UNIX and Linux Forums |