Subject: | Gmail bug? |
Date: | Thu, 30 Apr 2015 12:44:13 +0200 |
To: | bug-Email-Send-SMTP-Gmail [...] rt.cpan.org |
From: | Dan Östberg <jenithasta [...] gmail.com> |
I get the following on my Windows8.1/Dwimperl machine:
"Can't locate object method "send" via package "Net::SMTPS: connect:
timeout" (perhaps you forgot to load "Net::SMTPS: connect: timeout"?) at
gmail_sola.pl line 13.
Press any key to continue . . ."
when I execute the following .pl-file:
"use Email::Send::SMTP::Gmail;
my $mail=Email::Send::SMTP::Gmail->new( -smtp=>'smtp.gmail.com',
-login=>'me@gmail.com',
-pass=>'pass');
$mail->send(-to=>'joedoe@domai.com', -subject=>'Hello!', -body=>'Just
testing it',
-attachments=>'');
$mail->bye;"
H E L P ! ! !
*Dan *