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
Does apache struts run on windows?
What is the purpose of execute method of action class?
What’s the difference between struts and espresso?
What is role of action class?
Which class of struts is responsible to converts data types from string and vice versa?
Does Struts2 action and interceptors are thread safe?
Which class is the Front Controller in Struts2?
What are the Core classes of Struts Framework?
What are action errors and error and what are the consequences they impose?
How to use forward action to restrict a strut application to mvc?
Explain the components of struts?
In struts.xml, what does the attribute "method" stands for in the "action" tag?
What is struts 2 framework in java?
Why are frameworks used?
What is the use of web xml in struts2?