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