Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Email-Send CPAN distribution.

Report information
The Basics
Id: 44247
Status: resolved
Priority: 0/
Queue: Email-Send

People
Owner: Nobody in particular
Requestors: kiesslich [...] webit.de
Cc:
AdminCc:

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



Subject: Bug Email::Send::SMTP
Date: Tue, 17 Mar 2009 16:48:14 +0100
To: bug-Email-Send [...] rt.cpan.org
From: Sven Kießlich <kiesslich [...] webit.de>
Hello, thank you for making the Email::Send module. I found a small bug in Email::Send::SMTP. If you use login and password, in line 63 or so by "$SMTP->auth($user, $pass)" the module Net::SMTP doesn't give back a return value. So you get an error, when the auth ist ok. Sven
I cannot reproduce this. Both the documentation and code for Net::SMTP indicate that a true value will be returned from a successful auth. -- rjbs