Fetching mail from a POP3 server using php

后端 未结 4 1358
逝去的感伤
逝去的感伤 2020-12-01 04:42

I am trying to fetch a mail from POP3 (I am using POP3 mail server and I am trying to fetch the mail content and store into a database table for my project.), but I can\'t f

4条回答
  •  心在旅途
    2020-12-01 04:59

    you can use pop3 e-mail client class which can Access to e-mail mailboxes using the POP3 protocol. You will get each e-mail body part and can store it in database, even you can retrieve attached files without deleting the original mail in the inbox. For more go to http://www.phpclasses.org/package/2-PHP-Access-to-e-mail-mailboxes-using-the-POP3-protocol.html

提交回复
热议问题