in reply to Re: Re: Problem in sending Form data via email
in thread Problem in sending Form data via email

change this part:
$mailer = Mail::Mailer->new("smtp", Server=> "pop.prodigy.net");
with this :
$mailer = Mail::Mailer->new("smtp", Server=> "smtp.prodigy.net");
I think this is the problem cheers!!!!