![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| BSD BSD, sometimes called Berkeley Unix, is a Unix operating system developed by the Computer Systems Research Group of the UC Berkeley. |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| sending email from KSH unix script. | rosh0623 | Shell Programming and Scripting | 3 | 07-26-2005 12:36 AM |
| sending email in unix. need help! | tads98 | Shell Programming and Scripting | 2 | 05-16-2005 05:33 AM |
| unix - c program sending error from DB to email | chino_52284 | Shell Programming and Scripting | 2 | 04-28-2005 05:12 PM |
| Sending email | bcheaib | UNIX for Dummies Questions & Answers | 7 | 02-22-2005 05:03 AM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
I have a requirement to send email to a group once I have done some tests. I tried the following from command line:-
mailx -s "Test REsults for today " myname@companyname.com <testresultfile.txt but the email was not received by anyone basically I followed the format: mailx -s "$env(WWW_msub)" $env(WWW_mailto) < /tmp/$fname is this supposed to work ?., When I entered this command, I did not get any error message. I looked at my email and did not find any email coming to me even after a day. Can someone please help me to find out what is wrong inthe above statement?., is there any other easy way to send emails. Thanks in advance. |
| Forum Sponsor | ||
|
|
|
||||
|
Here's what I always do:
Quote:
|
||||
| Google UNIX.COM |