Tony <tony at beaumont-travel.com> wrote: > How do i send an email via shell?? For fully automated email, I often use something of the form: echo "Body of the mail" | mail -s "Subject of the mail" user at email.address If you don't pipe in the body, you are prompted on standard input. Paul