in reply to Re^4: 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
Odd. How did you check that MIME::Base64 and Authen::SASL were working? Try:
DOS> perl -e "require MIME::Base64;" DOS> perl -e "require Authen::SASL;"
Any error messages?
If not, all I can guess is that copying Perl + modules != installing Perl + modules. I'd suggest renaming the server's Perl64 directory, then doing a full install of Perl and the modules you use. (Run C:\Perl64\bin\instmodsh.bat on your workstation to generate a list of installed modules.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: MIME::Lite error => SMTP auth() command not supported on smtp.gmail.com
by ted.byers (Monk) on Sep 15, 2011 at 00:26 UTC | |
|
Re^6: MIME::Lite error => SMTP auth() command not supported on smtp.gmail.com
by ted.byers (Monk) on Sep 15, 2011 at 02:12 UTC | |
by keszler (Priest) on Sep 15, 2011 at 03:07 UTC | |
by ted.byers (Monk) on Sep 20, 2011 at 19:27 UTC | |
by keszler (Priest) on Sep 20, 2011 at 23:37 UTC | |
by ted.byers (Monk) on Sep 25, 2011 at 01:28 UTC |