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
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
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
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
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