Even better, to queue up email in a message queue rather than write email data into DB and delete it afterward. You need to have a JMS with this approach though.
On the other hand, I'm not sure that it is a good approach that write/read email into DB. Writing data into DB also needs server time. Just a thought. 23/02/2003 11:05:42 AM, Vic Cekvenich <[EMAIL PROTECTED]> wrote: >Good practice is to save the mail info to a db in the web server. > >Then have another a sync process read all the e-mail and send, without >tying up the web server. >.V > >Hanasaki JiJi wrote: >> Any way to use the mailer / jstl taglibs to send an email with the >> contents of a form using these taglibs? Any other suggestions for this >> functionality? >> >> Thanks >> >> http://jakarta.apache.org/taglibs/doc/mailer-doc/intro.html >> http://www.manning.com/bayern/appendixA.pdf >> > > > >--------------------------------------------------------------------- >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]
