How to set email notification using struts.Plz give the
example code?
Answer Posted / vijay satlawar
There is no seperate mechanism in struts to send mail.
To send mails you need to use mail API by downloadimg mail.jar.
This needs SMTP port to be enabled in the system which needs
to send mail alerts.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How can we display all validation errors to user on jsp page?
What are pull and push mvc architecture and which architecture does struts2 follow?
How does one create an action in struts 2?
How do I access token?
What is jakarta struts framework?
What is the front controller in struts2?
What is the purpose of @beforeresult?
What is the difference between shocks and struts?
How can we handle exceptions thrown by application in Struts2?
What is used to display the intermediate result in an interceptor?
What is the purpose of @before?
Give an example of validates method used to avoid errors.
What are different Struts2 tags? How can we use them?
Where can I get help with struts?
What are the classes used as part of struts framework ?