salve ho un problema con l'invio dell'email tramite il modulo email::send;
l'errore sta che non mi trova eof del corpo del messaggio:
use Email::Send;
my $message = <<'__MESSAGE__';
To: francesco@plservice.com
From: am.cap17@virgilio.it
Subject: Hello there folks
How are you? Enjoy!
__MESSAGE__
my $mailer = Email::Send->new({mailer => 'SMTP'});
$mailer->mailer_args([Host => 'out.virgilio.it', ssl => 1])
ERRORE ---> Can't find string terminator "__MESSAGE__" anywhere before EOF at prova email.pl line 4.