@i: for sending emails in bulk or anyway, you can use JavaMail API which can use any SMTP server (James, Sendmail, Postfix) to deliver emails. @ii: for reading emails it really depends whether you want to process email as it is received OR you can create a scheduled job/cron job which will read emails and add those to DB. for first case you can write a Mailet in james and for second scenario again you can use any mail server (POP/IMAP) with JavaMail API.
Thanks, shahid On Wed, Aug 11, 2010 at 10:24 AM, [email protected] <[email protected]>wrote: > Hi > I am a newbie. I have to select an email module for my application which > will run in the Tomcat server.Is James will be compatible with tomcat > server? > Can I achieve some of my requirments like > i. Can I program my application to send customised mailes in bulk on the > basis of some criteria(like age group, resion wise etc). > ii.Reading the mailbox and saving the subject, message and the attachments > in the databses like MySQL. > If these are possible then how can I start? > Thanks. > > -------------------------------------------------------------------- > mail2web - Check your email from the web at > http://link.mail2web.com/mail2web > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
