|
-
Jun 12th, 2005, 04:04 AM
#1
Thread Starter
Hyperactive Member
creating email addresses.
i have unlimited email addresses thro my host and i want to know if there is a way i can let the users of the website create email addresses for them selves wit out me having to go into cpanel and setting it up manually?
cheers chris
-
Jun 12th, 2005, 05:27 AM
#2
Hyperactive Member
Re: creating email addresses.
It is possible. You would have to write some code that effectively performs the steps that you manually take.
If you look at the source for your webpage you will find a tag <Form>. This is the key part for you. You will need to find out how the information is submitted by this form tag, and then actually visit the web site in your code. If the process involves more than one web page (ie you click submit and the website takes you to another, confirmation page) then you will also have to wait for the web page to respond.
The problem is that if your host updates their web page then your code might not work !
-
Jun 12th, 2005, 09:43 AM
#3
Fanatic Member
Re: creating email addresses.
try this, i am not sure if that is exactly what you want but it should be close:
http://phpmailer.sourceforge.net/
PS: i havent tried it
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|