Create Email Account Using PHP

Status
Not open for further replies.

ex4

Full Member level 2
Joined
Dec 28, 2004
Messages
120
Helped
2
Reputation
4
Reaction score
1
Trophy points
1,298
Location
Jakarta, Indonesia
Activity points
958
I got server running on Linux. I need a php script that can create an email account automatically when a user register to my server. ANybody can help me?
 

Hi
If you want to create mail accounts you should have a mail server for it. If your ISP provides facility to add mail accounts from some kind of web control panel may be you should submit HTML forms using PHP script so that new mail accounts will be created. However this is the wierdest way I ever saw.

When I had to something like this I installed Courier mail server ( www.courier-mta.org ) on the web-server and wrote a PHP script to add account. And this implementation was vey solid. But if you don't have thiis kind of access may be you should opt the first option, because most ISPs provide a web-control panel for the web-site.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…