hi herman,
Earlier I used to send to single email address successfully by the following code in
Struts Action and Spring's Email delegate.
in Struts Action, I used to get the to, from, subject and body and I sent to email delegate
Struts Action:
Email delegate:
in Application Context file:
please see the above code and give me a possible solution.
here what I'm thinking is, we can multiple email addresses by seperating with comma, and in Struts action we will split them to each email address and I will send to each one in a for loop. is that make sense? if any alternative please advice me