Sending email involves a lot of processing ....

If I was you then I would rather use JMS to send emails (so that you can
send email asynchronously)... 

Your action send a message to a JMS server to send email with details
and then that's it... 

The MDB bean will scan the queue and then send the email one by one ... 

Regards
Guru


-----Original Message-----
From: Chris Pat [mailto:[EMAIL PROTECTED] 
Sent: 25 June 2007 12:35
To: Struts Users Mailing List
Subject: email within action

Hello
Is it possible to send an email within an action?  How/What are the
issues?  Is this scalable?  How does it play with the framework and
multiple simultaneous clients?  Any insight would be appreciated.  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to