Answer» Hi all,
I have a uuencoded LIST of EMAIL addresses called list.uue and WOULD LIKE to sent an email out to all the addresses in the list using the mailx -U operator.
I don't know how to tell mailx to read the addresses from this file though
I've tried mailx -s "Hi" -U list.uue < attchnt.txt
but it ALWAYS puts list.uue as the address? I know I'm missing something small here. ANy help much much appreciated
thanks
|