|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Re^3: MIME::Lite error => SMTP auth() command not supported on smtp.gmail.comby keszler (Curate) |
| on Sep 14, 2011 at 18:07 UTC ( #925968=note: print w/ replies, xml ) | Need Help?? |
|
In all of the MIME::Lite code that particular error message only appears once, as shown. Net::SMTP->supports('AUTH'... fails, that error is generated. So, why does it fail from the server when it succeeds on your workstation. Same Perl, same modules; time to look elsewhere. Is the server blocked from connecting to gmail.com? Since this is email, is something on your network redirecting email ports to local email servers? On the server, at a DOS prompt, try:
If you get a connection, you'll see something like 220 smtp.gmail.com.... If you can't connect, or get a local email server - there's your problem.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||