Hi Tim
Thanks for helping out
>r> $fh = $msg->open; # some default mailer
>r> # $fh = $msg->open('sendmail'); # explicit
>
>I am guessing this is where your problem is. It looks like the above
>is specifying the MTA to deliver the message. What are you setting it
>to
Hey rob,
My MUA believes you used Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.0.0)
Gecko/20020530
to write the following on Friday, September 20, 2002 at 7:36:37 PM.
r> When the program runs I get the following error, which seems to be
r> saying I need a system mail program... somet
Hello list
Ive tried to experiment with using perl for mail (calling form another
program -Excel sheet macro) So I installed
**MailTools-1.50**
and used an example form Mail::Mailer at CPAN.
http://search.cpan.org/author/MARKOV/MailTools-1.50/Mail/Send.pm
When the program runs I get the follow