As far as i know, there isnt a way to do this without some coding :) It sounds fairly straight forward though (for a java programmer!):
When a mailet receives mail, it writes it to a defined store (torepository mailet would be a starting point for code). But, when the mailet inits, it creates a quartz timer that once a day removes all mails from the store, puts them together, and mails them out to a specified address. Probably the hardest bit is merging the mails together - plain/text, + html + attachments + separators..... nightmare! Daniel. > -----Original Message----- > From: Andy Shaw [mailto:[EMAIL PROTECTED] > Sent: 17 March 2005 15:12 > To: server-user@james.apache.org > Subject: Collating mail before send > > > Hi, > > Having completed a basic James install & config I'm looking to find a > way of collating mail prior to sending it. I'd like to have one users > mail collated into a single email over a 24 hour period and then mailed > out at the end of the day and I've been told that James can do this. > > Unfortunately - I'm not a Java dev and looking at examples > (http://www.ociweb.com/jnb/jnbDec2004.html) on writing agents I'm quick > to realise this is not something I'm going to be able to do. I guess I'm > hoping that my config isn't too complex and that James may be able to be > configured to do this without getting too down and dirty with Java. > > If anyone could advise me on how to do this I'd be very grateful. > > Kind regards > Andy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]