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 pure servlet?
How can an existing session be invalidated?
Define the life cycle of a servlets.
why we should override only no-agrs init() method.
What’s the difference between sendredirect and forward methods
Explain request dispatcher and its methods.
What are all the advantages of servlet over cgi?
Explain the steps involved in placing a servlet within a package?
Explain the working of service() method of a servlet.
How do you communicate in between Applets and Servlets?
Name the packages that work with servlet?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
What is the structure of the http response
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
Describe in brief RequestDespatcher?