![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
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 |
| Pull E-mail address from file, send e-mail | DC Heard | Shell Programming and Scripting | 1 | 01-29-2008 02:23 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 |
| 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?
i am trying to execute the below script for sending mails from unix
MAIL1="xyz@yahoo.com" mailx -s "hi" $MAIL1<message.txt if [ $? -ne 0 ] then echo "failure" else echo "success" fi but iam unable to send this eventhough iam getting success in the output if i logout and login i have a "you have new mail" if i type mail in the $ prompt then that pariticular mail is not deliver but it delivered to local user? should i do any configuration before sending mail? please help me this is urbent:-( |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|