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=param('subject');
> $text =param('text');
> MIME::Lite->send("sendmail", "$mailprog -t -oi -oem");
Where is $mailprog defined/set?
What is your OS?
Did you try to use SMTP instead?
MIME::Lite->send('smtp', "smtp.myisp.net", Timeout=>60);
You have to give us more info!
Jenda
=========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ==========
There is a reason for living. There must be. I've seen it somewhere.
It's just that in the mess on my table ... and in my brain.
I can't find it.
--- me
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]