Re: MIME::Lite need help

2002-03-11 Thread Jenda Krynicky
From: "anthony" <[EMAIL PROTECTED]> > i have started to learn MIME::Lite and i have problmes for the sending part > , i want my script to use the servers's default mailprog. > This is how i did it(and i have an error) And the error was??? > ## > $to= param('to'); > $subject

MIME::Lite need help

2002-03-08 Thread anthony
Hi, i have started to learn MIME::Lite and i have problmes for the sending part , i want my script to use the servers's default mailprog. This is how i did it(and i have an error) ## $to= param('to'); $subject=param('subject'); $text =param('text'); MIME::Lite->send("sendmail", "$mailprog -t