Hi, I have a Struts application in which I need to send email notification to a large number of recipients based on a user action. Currently, I use the Java Mail API and send emails from my application. I use a single email with all recipients in the "BCC" field.
Although, this approach works reasonably well for small numbers (around 100), it doesn't seem suitable for mailing very large number of recipients (in the order of 1000's). I'm not sure if the mailing process can be done at the backend with Oracle 9i database, using a stored procedure or a trigger. Any ideas/suggestions/pointers will be greatly appreciated. Thanks, Shyam __________________________________ Do you Yahoo!? Free Pop-Up Blocker - Get it now http://companion.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

