Results 1 to 2 of 2
Hi. I need some mail help.
Can you, with mail command, send mail without the information who sent it, or with something else in the sender field.
I tried
echo ...
- 03-10-2008 #1Just Joined!
- Join Date
- Nov 2007
- Posts
- 8
How to send mail without sender adress
Hi. I need some mail help.
Can you, with mail command, send mail without the information who sent it, or with something else in the sender field.
I tried
echo <Body> | mail -s <Subject> -r <From Adress> <To Adress>
But sender field then looks like:
user@hostname on behalf of <From Adress>
I would like not to send user@hostname information. Is it posible?
Thanks.
- 03-11-2008 #2
I don't think you should be helped to send SPAM.


Reply With Quote