Results 1 to 3 of 3

Thread: creating email addresses.

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2002
    Location
    Newcastle
    Posts
    260

    Lightbulb 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

  2. #2
    Hyperactive Member The_Duck's Avatar
    Join Date
    May 2005
    Location
    Leamington, UK
    Posts
    351

    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 !

  3. #3
    Fanatic Member ALL's Avatar
    Join Date
    Jul 2004
    Location
    192.168.1.1
    Posts
    711

    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
    Please support one of my projects?
    TKForums.com

    Web Forum
    JavaScript Wiki
    ________________________
    If somone helps you, please rate their post, by clicking the to rate their post

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width