Can you send the mail from a servlet ,if yes tell how?
Answer Posted / ravikiran.chd
yes we can send a mail with the help of send mail or simple
mail API,
we have to use port 25 to send the mail and pop before
authentication is required if the mail we have to send have
to go to the inbox
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between using getSession(true) and getSession(false) methods?
What is the procedure of invoking different servlet in a different application?
Why is http protocol called as a stateless protocol?
What is the use of servletconfig interface?
What do you mean by scope object and what are its types?
What are the steps that are required to handle the multi-threading?
What are the different types of servlets?
Difference between forward() method and sendredirect() method ?
Tell us something about servletcontext interface.
How do you define a servlet?
What is servlet and its use?
Explain how does JSP handle run-time exceptions?
How does Cookies work in Servlets?
What’s the difference between sendredirect and forward methods
What are the kinds of http requests?