I am running a script that will eventually send e-mails through a senmail pipe on unix. I want to test this script, but want the messages to show up on my screen rather than sending an e-mail for each time I run it. So, specificly, I want to open STDOUT to MAILPIPE, so that when I call something like
it will print to my screen. Any thoughts?
Thanks in advance,
thor