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
Which design pattern the interceptors in struts2 is based on?
How do I access token?
What should be the name of xml file used for validation in struts?
What is the difference between requestaware and servletrequestaware interface?
What is the purpose of @element annotation annotation?
What is the front controller in struts2?
For a single Struts application, can we have multiple struts-config.xml files?
Provide some important Struts2 constants that you have used?
What is the purpose of @beforeresult?
How many servlet controllers are used in a Struts Application?
Who makes the struts?
What are pull and push mvc architecture and which architecture does struts2 follow?
What is apache struts cve 2017 5638?
What is the purpose of '@keyproperty'?
What is execute method in struts?