lovesmith Posted February 29, 2008 Share Posted February 29, 2008 Well I have a site say http://www.mysite.com User sign up for the membership, with their desire username say "myusername". All i need is how to create his email account in my domain, immediately after he registers in our site. Upon successful registration his email will be created like [email protected]. And this email account can be used to send and receive email to and from any other email service provider. Please anybody help me! Link to comment https://forums.phpfreaks.com/topic/93624-creating-email-system/ Share on other sites More sharing options...
unsider Posted February 29, 2008 Share Posted February 29, 2008 Google search, plenty of tutorials to help you. mailto, user validation, php login, tutorial, all good keywords. Link to comment https://forums.phpfreaks.com/topic/93624-creating-email-system/#findComment-479720 Share on other sites More sharing options...
trq Posted February 29, 2008 Share Posted February 29, 2008 This is not at all an easy task (and also has nothing really to do with php, though the front end may be built in php). This thread here might give you an idea of whats involved. There is a link in there that explains howto setup a mailserver for multiple virtual users. Link to comment https://forums.phpfreaks.com/topic/93624-creating-email-system/#findComment-479722 Share on other sites More sharing options...
unsider Posted February 29, 2008 Share Posted February 29, 2008 If he has no prior knowledge of programming, other languages, he is going to have one hell of a time creating his own mailserver. Which is why I'm hoping he didn't mean that. Link to comment https://forums.phpfreaks.com/topic/93624-creating-email-system/#findComment-479729 Share on other sites More sharing options...
trq Posted February 29, 2008 Share Posted February 29, 2008 No one said anything about creating a mailserver, you do however need to configure the mail server you have to host virtual accounts, otherwise every user with an email address will also need a shell account on the server OS. Link to comment https://forums.phpfreaks.com/topic/93624-creating-email-system/#findComment-479730 Share on other sites More sharing options...
lovesmith Posted February 29, 2008 Author Share Posted February 29, 2008 Well thanks guys, I m doing this for the first time. I just know PHP. Might be we need to create virtual mail account, Thorpe, the link you provided i went through it, and followed another link you have posted there. I dont have complete access over server. I just have access over server cpanel. So does that information is of any use to me? Link to comment https://forums.phpfreaks.com/topic/93624-creating-email-system/#findComment-479740 Share on other sites More sharing options...
trq Posted February 29, 2008 Share Posted February 29, 2008 o does that information is of any use to me? Not likely. Can you create mail accounts via cPanel? If so, then the server is already setup for virtual accounts, you may be able to automate that process using curl. Link to comment https://forums.phpfreaks.com/topic/93624-creating-email-system/#findComment-479775 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.