I need to create an email account in PhP. I found a ton of code samples online that do this, however I have a few problems:
- I'm on a shared server host with the default php.ini, and my host won't change it
- I need to create it via a URL, not with forms (something like: mywebsite.com/email.php?username=user)
- The password and quota created needs to be the same every time, so the only thing after the ? I need is the username
I have 0 experience with PhP so I can't just edit one I find online, so sorry if this is easy. If someone could point me in the direction of a script someone made or something that'd be great! Thanks.