Re: Subclassing a mailer

2005-01-14 Thread Randy W. Sims
Scott R. Godin wrote: For a project I'm on, I'm pondering whether or not to subclass one of the various Mail::* implementations out there, with an eye for Mail::Mailer. Does anyone have any recommendations in this regard? gotchas things I should watch out for ? pointers? examples? :) I don't

Re: Subclassing a mailer

2005-01-14 Thread Mark Stosberg
On Thu, Jan 13, 2005 at 10:02:32AM -0500, Scott R. Godin wrote: For a project I'm on, I'm pondering whether or not to subclass one of the various Mail::* implementations out there, with an eye for Mail::Mailer. Does anyone have any recommendations in this regard? gotchas things I

Re: Subclassing a mailer

2005-01-14 Thread Scott R. Godin
Randy W. Sims wrote: Scott R. Godin wrote: For a project I'm on, I'm pondering whether or not to subclass one of the various Mail::* implementations out there, with an eye for Mail::Mailer. Does anyone have any recommendations in this regard? gotchas things I should watch out for ? pointers?

RE: Subclassing a mailer

2005-01-14 Thread Orton, Yves
Title: RE: Subclassing a mailer ahh no, nothing in that regard.. What I want is to add some of said capabilities to another module that I'm creating that's unrelated to any thing to do with mailing. The object merely tracks some client data. In some instances I'll want to send an

Re: Subclassing a mailer

2005-01-14 Thread Scott R. Godin
Yves Orton wrote: ahh no, nothing in that regard.. What I want is to add some of said capabilities to another module that I'm creating that's unrelated to any thing to do with mailing. The object merely tracks some client data. In some instances I'll want to send an e-mail to the address