in reply to send mail cannot run
When I want to execute it using the command prompt,it returns the message#!/usr/bin/perl use Mail::Mailer; $from_address = "vrempire"; $to_address = "vrempire\@hotmail.com"; $subject = "REGISTRATION FOR NEW MEMBER"; $body = "REGISTRATION FOR NEW MEMBER"; $mailer = Mail::Mailer->new(); $mailer->open({ From => $from_address, To => $to_address, Subject => $subject, }) or die "Can't open: $!\n"; print $mailer $body; $mailer->close();
. Please help me on this,friends... Your concern is very appreciated by me.Bad command or file name Can't locate auto/Mail/Util/mailaddress.al in @INC (@INC contains: c:/ +Perl/lib c:/Perl/site/lib .) at C:/Perl/lib/Mail/Mailer/smtp.pm line +21
|
|---|