Setting Up An Email Server

Setting Up an Email Server

Set Up Help: The test.com emailing through your server feature works like you sending outgoing email from your mail program (to your company's mail server). There are 2 suggested ways to make this work.

Provide your GAUGE/test.com representative with the information requested. You may need to forward this information to your ISP, webmaster, or IT department for assistance.

In the following examples, replace example.com with your domain name.

The Easiest Way (the 'good' approach for medium size organizations): On YOUR mail server you'll need to add a new mailbox. If your email address is jsmith@example.com, create something like testresults@example.com.

You'll need to provide Test.com this email address, the user name to access it on your mail server and the password.

Next, we'll need to know the name of the server – for mail, it's typically something like the following:

smtp.example.com

pop.example.com

mail.example.com

Then we'll need to know if there are any special ports the email needs to sent to, typically it's 25 or 2525. If no port is specified, we use 25.

Also, let us know if SSL or TLS is required.

A Better Way (the 'better' approach for larger size organizations): If your email server is set up to allow anonymous access we can just send the mail to your mail server without a mailbox user name/password. In this case, we just need to know the name of the server, which will be something like the following:

smtp.example.com

pop.example.com

mail.example.com

12.34.56.789

Then we'll need to know if there are any special ports the email needs to sent to, typically it's 25 or 2525. If no port is specified, we use 25.

Let us know if SSL or TLS is required.

Most organizations that allow anonymous email server access have firewalls that block only approved sites from accessing. Your ISP or IT department will need to allow traffic from the IP range 66.241.194.10 - 66.241.194.14. This will allow our server's access to your servers.

As an option for larger organizations that have redundant email servers, we utilize both a primary and secondary mail server. If your primary mail server goes offline our servers would then send outgoing emails to your secondary mail server. If the secondary mail server is not provided or if the secondary server also becomes unavailable, then outgoing emails are sent via test.com's mail servers.