Results 1 to 4 of 4
help me to send email form my bash shell.
I used mailto command. it asked me for "To" address and "Subject". after that i typed some body of my mail. ...
- 03-26-2008 #1Just Joined!
- Join Date
- Mar 2008
- Posts
- 2
i want to send email from my console.
help me to send email form my bash shell.
I used mailto command. it asked me for "To" address and "Subject". after that i typed some body of my mail. then i don know how to send it.
Thanks,
Jerald paul chidambaram
- 03-27-2008 #2Linux Newbie
- Join Date
- Jul 2007
- Location
- Here. There. Anywhere.
- Posts
- 150
I'm reading a book on "Linux Sendmail Administration." I haven't finished it yet, but I might advise you to find something similar if you're in a hurry to find an answer.
- 03-27-2008 #3
From the mailto man page:
Code:When you are done composing your message, you can cause it to be sent to the intended recipients by simply typing the end-of-file character, typically CONTROL-D. Depending on your option settings, you may also be able to send the mail by typing "." alone on a line, or by typing "~.".
- 03-27-2008 #4Linux Newbie
- Join Date
- Jul 2007
- Location
- Here. There. Anywhere.
- Posts
- 150
lol that'll work too.


Reply With Quote
