PHP uses SMTP and POP3 issues
Want to use PHP to implement post office functions, download hMailServer and a webmail and configure the success
When looking at the source code of webmail, we found two important classes, One is class.smtp.php, one is class.pop3.php, because the structure of the site is not very familiar (no document, although the structure seems to be very clear, but there are a lot of data cache things in it, so make me very dizzy really can't see down)
On the online search, the results found that many places have these two categories, seemingly phpmailer is more respected, and I see Phpmailer seems to only SMTP no POP3 AH
So I would like to ask, what is ready to implement SMTP and POP3 of open source resources ah?
This allows me to invoke the resources of SMTP and POP3 and to do the subsequent processing of the data myself.
Thank you.
Share to:
------Solution--------------------
Https://github.com/PHPMailer/PHPMailer
There's POP3.