|
- Host/Domain: Use your IP Address (provided in the email instructions
sent to you)
- Username: Your domain name, without the TLD (i.e. domain: test.com,
username: test)
- Password: same password you provided at time of registration
Email
Configuration (applies for Outlook and all email clients running
on Windows)
- Incoming Mail Server(POP3): mail.yourdomainname (i.e. domain:
test.org, then: mail.test.org)
- Username: user@yourdomainname (i.e. domain: test.org, username:
john@test.org)
- Outgoing Mail Server(SMTP): you should contact your ISP (i.e.
bellsouth,comcast,verizon,aol,etc)
- Webmail Login: http://mail.yourdomainname (i.e. http://mail.test.org)
CGI Scripts and Form Configuration
- Create a web form, using one of your favorite HTML editors.
- Add the following lines into your form as they are: (use your
own email for the one in Red)
<form action="http://www.yourdomain.com/cgi-bin/form.cgi"
method="POST">
<input type="hidden" name="Owner_email" value="username@Your_Domain.Com">
Use "User_name" for the name of the client
filling the form in
Use " User_email" for the email address
of the client filling the form in.
|