JavaMail Question:

Can you explain SMTP?

Tweet Share WhatsApp

Answer:

Simple Mail Transfer Protocol, for sending email between ‘servers’. Most of the emailing systems implement the messages over internet use SMTP. The message sent from one server to another server, and then the message can be retrieved by an email client. The client uses either POP or IMAP. In addition to this process, SMTP is also generally used for message sending and retrieval from a mail client to a mail server. This is the reason why the need of POP or IMAP server and the SMTP servers at the time of configuring the email application.

Download JavaMail PDF Read All 7 JavaMail Questions
Previous QuestionNext Question
What is POP?Explain IMAP?