in reply to Re: Re: Problem in sending Form data via email
in thread Problem in sending Form data via email
with this :$mailer = Mail::Mailer->new("smtp", Server=> "pop.prodigy.net");
I think this is the problem cheers!!!!$mailer = Mail::Mailer->new("smtp", Server=> "smtp.prodigy.net");
|
|---|