doing a mail list out of SSH
Hello,i got like a 100k mailing list and i do it over SSH because i know it it will get there if anyone can show me where to get a GOOD mailing list then thats fine..
But here is what i do in SSH to send the mail out
this is what im doing from command line
bash-2.05a$ cat hi | mail admin@c0ldhost.com
bash-2.05a$ cat hi
From: info@c0ldhost.com
To: test@test.com
Subject: Test
test
when i do that.. it still comes up from username@hostname.com
How can i fix this? so where it says comeing foum (info@c0ldhost.com)?
Thanks for anyone that helps me