Dan Muey wrote:

>
> $sender = new Mail::Sender {smtp => "$smtp_serv", from => "$from"}; 
>

the above should be:

$sender = new Mail::Sender({smtp => $smtp_serv, from => $from});

you are missing the ()

david

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to