![]() |
Hello and Welcome from to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unable to send mail, on sun solaris | saisivakumar | Shell Programming and Scripting | 3 | 05-28-2008 04:08 AM |
| I am not able to send mail form unix to other mail accounts. | chinnigd | UNIX for Dummies Questions & Answers | 1 | 04-06-2006 09:31 AM |
| Unable to send mail - but no errors found :-( | csaha | Linux | 6 | 02-03-2006 04:21 PM |
| unable to send mail? | shahnazurs | SUN Solaris | 1 | 07-28-2005 11:07 AM |
| can not send mail from unix server to company/yahoo mail | b5fnpct | UNIX for Dummies Questions & Answers | 5 | 11-22-2002 09:24 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
unable to send mail
hi,
I have tried this code to send mail.Its not giving me error but I am not receiving mail also. Code:
#!/bin/ksh
echo "The first mail" >msg
cnt=`cat /dir1/msg | wc -l`
if [ $cnt -ne '0' ]
then
mail -s "Hello" abc.xyz@domain.com < msg
fi
Code:
mailx -s "hello" abc.xyz@domain.com Do any one have any idea Thanks Last edited by monika; 06-17-2008 at 03:13 AM.. Reason: added code tags |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|