Jump to content

Creating Webmail


onlyican

Recommended Posts

Hey, im back, and with yet another top of the range question

I own a website
www.xyz.com (not really but xyz is a nice example)

What I want to do is allow users to create an account
[email protected]

Basicly like
hotmail
yahoo
gmail
ect ect ect

but my domain

can anyone recommend a good tutorial, or place to start

Yes I have tried google, I want peoples recommendations

Cheers
Link to comment
https://forums.phpfreaks.com/topic/19941-creating-webmail/
Share on other sites

I've never done this before, but here's where I'd start if I wanted to:
[0] Read the documentation for your mail server software
[0] Figure out how to create an account with the command line
[0] Use PHPs system functions to run these commands

As far as building the interface for your users to log in and check their mail, I'd read though the section of the PHP manual entitled [url=http://uk2.php.net/manual/en/ref.imap.php]LXIII. IMAP, POP3 and NNTP Functions[/url].
Link to comment
https://forums.phpfreaks.com/topic/19941-creating-webmail/#findComment-87354
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.