How do you build a web based email client using PHP?

后端 未结 8 1043
无人及你
无人及你 2020-12-08 14:50

I would like to learn how to build a web-based email client in PHP (similar to yahoo and gmail).

Does anyone know how I can get started with this?

I would li

8条回答
  •  一向
    一向 (楼主)
    2020-12-08 15:19

    You can build a simple one quite easily using the PHP IMAP functions but if you have to ask then it might be a bit complicated for you.

    Have you considered using a pre-built one:

    • Horde
    • SquirrelMail

提交回复
热议问题