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
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