Results 1 to 2 of 2
hi all,
I need 2 know how send mail.
I trying
$mail -s 'hi' lakshmi@xyz.com < /root/filename
i didn't receive any mails.
-----
but trying...
$mail -s 'hi' root < ...
- 04-05-2007 #1
How send mail?
hi all,
I need 2 know how send mail.
I trying
$mail -s 'hi' lakshmi@xyz.com < /root/filename
i didn't receive any mails.
-----
but trying...
$mail -s 'hi' root < /root/filename
i sent mails to root.
--------
i can send mails with the users of linux system.i have no idea about how to do that to lakshmi@xyz.com.
i got no idea about this ..
Thanks.- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------
- 04-05-2007 #2
HI
from command promt sendmail -tiv
to: address
subject:
messege
ctrl - d to send
pllease read the man sendmail


Reply With Quote