Alias is not a valid email address, please go back."); if (!check_email($goto)) print_error("The email address that you have supplied at To is not a valid email address, please go back."); if ($address_value == "none") $address = "@" . $sessid_domain; $result = db_query("SELECT * FROM alias WHERE address='$address'"); if ($result['rows'] == 1) print_error("This email address already exists, please choose a different one."); $result = db_query("INSERT INTO alias (address,goto,domain,create_date,change_date) VALUES('$address','$goto','$sessid_domain',NOW(),NOW())"); if ($result['rows'] == 1) { print "

\n"; print "$address -> $goto has been added to the alias table!\n"; print "

\n"; } else { print_error("Unable to add: $address -> $goto to the alias table!"); } } ?> Create a new alias for your domain.

Alias:@
To:Where the mail needs to be send to.
Use "edit" in the overview to add more
then one email address.
If you want to add a catchall enter "none" in the alias field.