-1

Is there any possible ways to send email using pop3 protocols?.

Naveen K
  • 859
  • 4
  • 14
  • 29

2 Answers2

2

SMTP is for sending mails and POP3 is for receiving.

I don't know this is possible or not.

Definitely not possible.

Shankar Narayana Damodaran
  • 68,075
  • 43
  • 96
  • 126
  • Are you confirmed, pop3 protocols only used for receiving mails?. – Naveen K Oct 14 '13 at 05:00
  • The first result of Google says, 'POP3 is an internet-based standard for retrieval of e-mail by a user from an e-mail server.' – Shankar Narayana Damodaran Oct 14 '13 at 05:02
  • @Naveen what makes you ask this, what situation are you facing? What are you trying to do? – Pekka Oct 14 '13 at 05:02
  • @ShankarDamodaran : I am trying to fetch the mails from pop3 works fine and i don't know, is it possible to send reply to the mails using same pop3 protocol.. That's why asked... – Naveen K Oct 14 '13 at 05:15
0

Mail is sent using SMTP and not POP3.

kjelderg
  • 392
  • 3
  • 5