The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Special Forums > UNIX and Linux Applications
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 05-14-2009
vinayakatj56 vinayakatj56 is offline
Registered User
  
 

Join Date: Apr 2009
Posts: 18
"Unable to send a mail"

hi,,

i am trying to excexute one simple script.
what it suppose to do is, just send a mail to the mentioned mail id.

here is my code..

mutt -s "Test mail" my mail id < /dev/null

its giving " : No such file or directory null " error.
i have checked in the /dev directory, there null directory is not there..

so what i have to do next to run this script.
can anybody help me?

Thanks
Vinay TJ