|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
From: Gary Dunn (knowtree_at_aloha.com)
Date: Wed Aug 14 2002 - 03:43:03 CDT
On Mon, 12 Aug 2002 17:07:55 +0800
"Billy M Dimaculangan" <bmdimaculangan
bhpi.com.ph> wrote:
> How do I compose mail using vi
Usde vi to create the body of a message:
$ vi amsg
o
blah blah blah
Your pal,
Billy
ESC
ZZ
So now the file amsg contains the body of what you want to send. To send
it, use the mail command and redirect stdin:
$ mail -s "How are you" someone
their.domain <amsg
The mail command will probably want to send the message with sendmail,
which is why a postfix install creates a "dummy" /usr/sbin/sendmail -- it
is really postfix doing the work.
--Gary Dunn Open Slate Project http://www.aloha.com/~knowtree/ Honolulu registered Linux user #273809 >< This tagline is umop apisdn.>< - To unsubscribe, send mail to majordomo
postfix.org with content (not subject): unsubscribe postfix-users
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]