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

后端 未结 8 1031
无人及你
无人及你 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:30

    Thats a HUGE question!

    Your main options are
    1. Directly integrating your code with an existing mail server
    2. Using IMAP and SMTP to talk to an existing mail server

    Number 2 is the most straightforward because you can change mail servers if you ever need to.

    and yes there's a lot more to consider as you go

提交回复
热议问题