My question is why to use SMTP for sending and POP3 for receiving messages when SMTP can do both send and receive?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is because SMTP requires the recipant to be ready to receive the message directly after it has been send, where POP3 is able to store the message temporarly somewhere else until the recipant is ready to accept the message.