Re: Mailer Action.

2002-06-27 Thread Ivelin Ivanov
Themba Mbatha wrote: > >So is it worth looking at refactoring or extending the existing Action, > >intead of adding a new one? > > I think it would be wise if I refactor the existing action > (SendmailAction). Good. > > >Are you interested to plug-in the emailing logic at the end of t

RE: Mailer Action.

2002-06-27 Thread Themba Mbatha
Title: RE: Mailer Action. >So is it worth looking at refactoring or extending the existing Action, >intead of adding a new one? I think it would be wise if I refactor the existing action (SendmailAction). >Are you interested to plug-in the emailing logic at the end of the

Re: Mailer Action.

2002-06-27 Thread Ivelin Ivanov
Themba Mbatha wrote: > > >There is currenltly a SendmailAction in CVS HEAD 2.1 by Donald Ball. > >How does yours differ? > > I am aware of its existance and I did check it out. SendmailAction can > have content preconfigured in a descriptor file, or it can get it from > the request.getParam

RE: Mailer Action.

2002-06-24 Thread Themba Mbatha
Title: RE: Mailer Action. >There is currenltly a SendmailAction in CVS HEAD 2.1 by Donald Ball. >How does yours differ? I am aware of its existance and I did check it out. SendmailAction can have content preconfigured in a descriptor file, or it can get it from the request.getPar

Re: Mailer Action.

2002-06-24 Thread Ivelin Ivanov
Themba Mbatha wrote: > Hi All; > > I just developed an emailing action that I use to send email to users > based on what they do on my site (e.g. registering users get sent their > user name, etc). The mailer uses pipelines for content to send through > to users: There is currenltly a Sendma