Re: sendmain mail without body text

2001-12-12 Thread nate
> e.g. > mail -s "test message" [EMAIL PROTECTED] i usually use cat or echo: echo "" | mail -s "test message" [EMAIL PROTECTED] nate

Re: sendmain mail without body text

2001-12-12 Thread Alvin Oga
hi ya > how do i send mail from the command line of a debian box > without needing body text? > > e.g. > mail -s "test message" [EMAIL PROTECTED] mail -s "test message" [EMAIL PROTECTED] < /dev/null or echo "any msg" | mail -s "test message" [EMAIL PROTECTED] c ya alvin -- trying to play

sendmain mail without body text

2001-12-12 Thread Adrian Bolzan
Hi, i hope this is the write forum but... how do i send mail from the command line of a debian box without needing body text? e.g. mail -s "test message" [EMAIL PROTECTED] and then return to the command prompt thanks for any help. adrian