in reply to
Re^5: MIME::Lite error => SMTP auth() command not supported on smtp.gmail.com
in thread MIME::Lite error => SMTP auth() command not supported on smtp.gmail.com
Here is the content of the session I started to test this:
C:\>perl -v
This is perl 5, version 12, subversion 1 (v5.12.1) built for MSWin32-x
+64-multi-thread
(with 3 registered patches, see perl -V for more detail)
Copyright 1987-2010, Larry Wall
Binary build 1201 [292674] provided by ActiveState http://www.ActiveSt
+ate.com
Built May 14 2010 00:22:26
Perl may be copied only under the terms of either the Artistic License
+ or the
GNU General Public License, which may be found in the Perl 5 source ki
+t.
Complete documentation for Perl, including FAQ lists, should be found
+on
this system using "man perl" or "perldoc perl". If you have access to
+ the
Internet, point your browser at http://www.perl.org/, the Perl Home Pa
+ge.
C:\>perl -e "require MIME::Base64;"
C:\>perl -e "require Authen::SASL;"
C:\>
I'll try to do a regular install, and see (and report back) what happens.