Howdy,
I need to add some code to join.php so when a member joins my Dolphin site their email account is automatically created.
The email account will have the same user name and password as the Dolphin site account.
I can formulate a URL to perform the create user action like this:
http://mydomain.com/webadmin/admin-lite.php?func=adduser&account=username&pop3host=mydomain.com&password=secret
Return code: 1 on success | 0 - Account Already Exist | 0 - Error [message]
But I do not know how to insert the user name and password that is entered on the dolphin join form in to the above URL, or how to submit the URL after all user information is confirmed and added to the Dolphin database.
Thank you for any help on figuring out how to do this.