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
Which httpsession object is used to view and manipulate information about a session?
What is servlet instance?
What do you mean by request dispatcher in servlet? Also explain its methods.
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
How can we refresh automatically when new data has entered the database?
What is cookie in servlet?
What are the functions of Servlet container?
What do you mean by annotations in servlet?
What are the uses of servlet and what is servlet chaining?
What is the use of send redirect () method?
What is the use of httpservletresponsewrapper?
What do you mean by url pattern in servlet?
Why do we need a constructor in a servlet if we use the init method?
What is httpservlet and how it is different from genericservlet?
How can we upload the file to the server using servlet?