Subject: | Email::Send::SMTP::Gmail bug |
Date: | Mon, 19 Mar 2018 11:16:11 -0400 |
To: | bug-Email-Send-SMTP-Gmail [...] rt.cpan.org |
From: | Bill B <mrbilldfd [...] gmail.com> |
I do not know what is causing the problem, but here is what I have.
O/S: FreeBSD 7.3
PERL: 5.10.1
Email-Send-SMTP-Gmail ver: 1.30
Screen capture
FL_FIREWALL# perl sendIP.pl
Connecting to smtp.gmail.com using ssl with AUTO on port 465 and timeout of
60
Net::SMTP>>> Net::SMTP(2.31)
Net::SMTP>>> Net::Cmd(2.29)
Net::SMTP>>> Exporter(5.63)
Net::SMTP>>> IO::Socket::INET(1.31)
Net::SMTP>>> IO::Socket(1.31)
Net::SMTP>>> IO::Handle(1.28)
Net::SMTP: Unexpected EOF on command channel at
/usr/local/lib/perl5/site_perl/5.10.1/Email/Send/SMTP/Gmail.pm line 90
Could not connect to SMTP server
session error: Bad file descriptor
I removed version 1.30 and installed version 1.02, which worked on one of
my other systems, and voila! It worked.
Hope you find this useful. Love the module!
Bill Barkell