It was a bug. It's fixed now... patch ===== 333c333,335 < // No need to do anything here --- > //Clean from possible previous usage > this.toAddresses.clear(); > this.attachments.clear();
could someone add this changes or explain how to do that?? Thanks!! Rui On Fri, 2003-12-12 at 15:31, Rui Alberto L. GonÃalves wrote: > Hi all, > I'm having problems using SendMailTransfomer if the input > document to the transformer has more then one sendmail element. > Ex: > ... > <email:sendmail> > ... > </email:sendmail> > > <email:sendmail> > ... > </email:sendmail> > ... > the first email is sent correctly, the second email > is sent 2x with the attached duplicated also! > > If a third sendmail element is added to the input document the > third email is sent 3x with 3 attached files!! > > Bug or am i missing something??! Thanks for any help! > > Rui > > > -- Rui Alberto L. GonÃalves <[EMAIL PROTECTED]> PT InovaÃÃo --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
