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 servlets?
What is the dispatcher servlet?
The code in a finally clause will never fail to execute, right?
What is a java servlet?
Is servlet a controller?
How we can create war file in servlet?
What is SingleThreadModel interface?
How can you use a servlet to generate a plain text instead of html?
How do we share data using 'getservletcontext ()?
How can we create deadlock situation in servlet?
Which http method is said to be non-idempotent and idempotent?
What is session tracking?
What is a deployment descriptor?
How native code can be used in a servlet?
What is cookies in servlet with example?