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: 21990
Status: stalled
Priority: 0/
Queue: Email-Send

People
Owner: Nobody in particular
Requestors: mkanat [...] bugzilla.org
Cc:
AdminCc:

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



Subject: Email::Send::SMTP should throw clearer errors if there's only one RCPT TO and it fails
Date: Tue, 10 Oct 2006 02:54:58 -0700
To: bug-Email-Send [...] rt.cpan.org
From: Max Kanat-Alexander <mkanat [...] bugzilla.org>
Modern mailers always accept MAIL FROM, and wait to fail until after you've said RCPT TO. So, if your MAIL FROM is bad, and you only have one RCPT TO, then Email::Send::SMTP says "No valid recipients," which is very confusing. Instead, if there's only one RCPT TO, and it fails (that is, if @to == @bad == 1) it would be really nice if we could actually return the exact message that the server sent.
Show quoted text
> Instead, if there's only one RCPT TO, and it fails (that is, if @to == > @bad == 1) it would be really nice if we could actually return the exact > message that the server sent.
Agreed, but I am not likely to do this any time soon. Patches welcome from anyone reading this bug. -- rjbs
Problem addressed by Email::Sender. This bug is likely to die of old age. -- rjbs