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 are the uses of servlet
What are the drawbacks of cgi?
What is the capacity the doget can send to the server?
How to read request headers from servlets?
Who is responsible for writing a constructor?
Define context initialization parameters.
Explain the jar and war files in servlet?
Explain the difference between a web server and a web container?
What are the difference between session and cookies in servlet? Explain
What do you mean by default initialization in java servlet?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
How can we refresh automatically when new data is entered into the database?
What is servlet and its advantages?
What is the procedure for initializing a servlet?
Explain servlet events?