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
What is the purpose of @doublerangefieldvalidator annotation?
Which interceptor is responsible for i18n support?
How can we write our own interceptor and map it for action?
What is the purpose of form-be tag in struct-config.xml?
What is action support class in struts2?
What are the cons of struts 2?
in struts how to use hibernate with struts>
How can you create your custom interceptor in struts 2?
What is the purpose of @intrangefieldvalidator annotation?
Does struts include its own unit tests?
What is java struts?
What is execute method in struts?
How is a lookup dispatch action created?
What is the purpose of @conversionerrorfieldvalidator annotation?
What are action errors and error?