Buenas, estoy intentando mandar un correo. Tengo este ejemplo
#!/usr/bin/perl
#~.
use Email::Send;
my $message = <<'__MESSAGE__';
From: [email protected]
To: [email protected]
Subject: Nuevo boletin
Hay un nuevo boletín
__MESSAGE__
my $mailer = Email::Send->new(
{
mailer => 'SMTP',
mailer_args =>
}
);
$mailer->send($message);
cuando ejecuto me sale el siguiente error
Can't locate Email/Send.pm in @INC ...
News of Foro - Perl en Español