Re: Email::Send Redux

2007-02-21 Thread Hans Dieter Pearcey
On Wed, Feb 21, 2007 at 12:07:06AM -0500, Dave O'Neill wrote: On Tue, Feb 20, 2007 at 07:07:43PM -0500, Ricardo SIGNES wrote: Because the return value of a successful delivery always has a known interface (currently I'm calling it Email::Sender::Success, but something more like

Re: Email::Send Redux

2007-02-21 Thread Ricardo SIGNES
* Dave O'Neill [EMAIL PROTECTED] [2007-02-21T00:07:06] On Tue, Feb 20, 2007 at 07:07:43PM -0500, Ricardo SIGNES wrote: Email::Sender has one main class, the sender. Email::Sender's send method accepts a message and arguments, canonicalizes the arguments, and tries to deliver the message.