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 if we pass negative value in load-on-startup?
How can we implement a jsp page?
How do you load an image in a Servlet?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
What is session?
What are advantages of servlets over cgi?
What is load-on-startup in servlet?
What is servlet initializer?
What is called Session Tracking?
Explain how does JSP handle run-time exceptions?
Explain the war file?
What is servletconfig?
What is a generic servlet?
Define declaration.
Why don't we write a constructor in a servlet?