开发者

how to configure internet email accounts on my website in php

开发者 https://www.devze.com 2023-04-04 23:09 出处:网络
I would like to implement a functionality on my website so users can configure their email accounts and start sending n receiving emails (Pretty much like what gmail did ). Can some one shed some ligh

I would like to implement a functionality on my website so users can configure their email accounts and start sending n receiving emails (Pretty much like what gmail did ). Can some one shed some light on how to achieve thi开发者_C百科s?

Thanks


Configure your mailserver to use a database backend. your php application connects to the same database and creates user accounts etc.

more details here: How to communicate with a mail server through a web application

0

精彩评论

暂无评论...
验证码 换一张
取 消