Skip Menu |

This queue is for tickets about the libnet CPAN distribution.

Report information
The Basics
Id: 32050
Status: resolved
Priority: 0/
Queue: libnet

People
Owner: Nobody in particular
Requestors: mpapet [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 1.22
Fixed in: (no value)



Subject: Net:SMTP Auth does not work on win32
Setting $smtp->auth(username,password) does not work on win32. Hostnames and other names are sanitized below. Net::SMTP>>> Net::SMTP(2.31) Net::SMTP>>> Net::Cmd(2.29) Net::SMTP>>> Exporter(5.58) Net::SMTP>>> IO::Socket::INET(1.31) Net::SMTP>>> IO::Socket(1.30) Net::SMTP>>> IO::Handle(1.27) Net::SMTP=GLOB(0xbdf128)<<< 220 address.com ESMTP EON-AUTHRELAY2 Net::SMTP=GLOB(0xbdf128)>>> EHLO localhost.localdomain Net::SMTP=GLOB(0xbdf128)<<< 250-my.email.net Net::SMTP=GLOB(0xbdf128)<<< 250-PIPELINING Net::SMTP=GLOB(0xbdf128)<<< 250-SIZE 50000000 Net::SMTP=GLOB(0xbdf128)<<< 250-AUTH PLAIN LOGIN Net::SMTP=GLOB(0xbdf128)<<< 250-AUTH=LOGIN Net::SMTP=GLOB(0xbdf128)<<< 250 8BITMIME Net::SMTP=GLOB(0xbdf128)>>> MAIL FROM:<myemail@address.com> Net::SMTP=GLOB(0xbdf128)<<< 250 Sender okay Net::SMTP=GLOB(0xbdf128)>>> RCPT TO:<helphelp@mydomain.com> Net::SMTP=GLOB(0xbdf128)<<< 550 Recipient Rejected: Relay not allowed Net::SMTP=GLOB(0xbdf128)>>> DATA Net::SMTP=GLOB(0xbdf128)<<< 554 No valid recipients specified Net::SMTP=GLOB(0xbdf128)>>> My message here Net::SMTP=GLOB(0xbdf128)>>> . Net::SMTP=GLOB(0xbdf128)<<< 500 unrecognized command Net::SMTP=GLOB(0xbdf128)>>> QUIT Net::SMTP=GLOB(0xbdf128)<<< 500 unrecognized command
Subject: Confirmed
From: mpapet [...] yahoo.com
I used the comments at this url to make smtp auth work. http://www.go4expert.com/forums/showthread.php?t=2556