Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SEnd mail

Status
Not open for further replies.

Taxidriver

Programmer
Joined
Jan 15, 2002
Messages
79
Location
IT
Hello, how can I send an email from the Linux bash?
 
man mail works, the problem is when I use the command mail it says command not found.
 
how exactly are you trying to send mail, can you post the command you use? As what user? Distro?
 
try the full path,

/usr/bin/mail -s hello address@yahoo.com

assuming of course that mail is in /usr/bin .....
 
man find
man locate
 
but if I do find . mail I get a neverending list of paths
 
find / -name 'mail'
 
after the neverending list of path i get find: mail: no such file or directory.

why mail is in the man then?
 
The webmaster told me he is going to install the program that allows to send mail. Now let's see what happens.
Bis, thanks for your patience!
I'll come back soon...it's a menace. :-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top