With Ontraport, you can (and should!) use your own domain for membership sites, hosting pages, sending email, tracking your visitors and more.
In this article you will find basic recommended settings for your custom domain and advanced email delivery options.
To remove “via ontramail.com” from your custom email “from” address, check out this article.
If you only need to publish your pages to your own domain, please refer to this article for instructions.
If you read this article and this stuff feels a little overwhelming, we understand. It’s ok to use Ontraport domains if you’re just getting started and are learning the ropes. Just be advised that when you are ready to launch, it is best to have your own domain ready to go. While Ontraport Support can’t log in to your domain registrar for you, they can point you in the right direction and most registrars have great resources to guide you.
IMPORTANT: We do want you to know that editing your domain’s records incorrectly can cause several problems. If you are uncomfortable or unfamiliar with adjusting your settings yourself, we highly recommend hiring or consulting a trusted web-developer or Ontraport Expert to help you with this setup.
Table of contents
Situation 1: I have a domain already, but it is (or will be) used by other services
Situation 2: I just bought a brand new domain name
Situation 1: I have a domain already, but it is (or will be) used by other services
You may want to give Ontraport only partial control over your domain. In that case, you have a few more settings to adjust in the recommended setup.
Note that this is just the basic recommended setup and that you can actually do this in lots of ways. See the pages linked above for more information on advanced use cases.
PLEASE ALSO NOTE: Your DNS settings are critical and setting them up incorrectly can cause a number of problems. If you’re not comfortable with adjusting these settings yourself, we recommend getting qualified help such as an engineer or an Ontraport Certified Expert.
The example records below show you the right setup for our most common registrar — GoDaddy — which only requires you to create your records using the host name, such as “pages” or “smtp.” However, some other registrars require you to specify exactly which domain you would like each record to apply to, such as “pages.yourdomain.com” or “smtp.yourdomain.com.” If you are unsure which specific format your registrar requires, please reach out to them and confirm before adding these records.
Here’s how to do it:
- Log in to your registrar and navigate to DNS settings.
- Create these 5 (or 6) DNS records:
A. Type: CNAME
What does this do? This CNAME record allows mail to filter through this domain and Ontraport’s mail filters. It also allows your emails to pass SPF email authentication checks.
Name/Host: smtp
IP/Content/Points to: returnpath.ontramail.com
TTL: Leave it at the default, or change to 1 hour. The same goes for everything below.
At Godaddy, it will look like this.
B. Type: A
What does this do? This A-record entry allows you to host pages on a subdomain of your main domain name. For example, the A-record below allows you to publish new pages to “pages.yourdomain.com”.
Name/Host: pages
IP/Content/Points to: 209.170.211.179
At Godaddy, it will look like this.
C. Type: A
What does this do? This A-record entry allows you to create wildcards on your domain. You’ll generally use this for Personalized URLs (PURLs) on your domain.
Name/Host: *.pages
IP/Content/Points to: 209.170.211.179
At Godaddy, it will look like this.
D. Type: A
What does this do? This A-record entry allows you to create a custom tracking subdomain so that any email hyperlinks redirect through this link.
You can replace the name in the “Host” text box with any word that you’d like. For example, host.yourdomain.com could be changed to click.yourdomain.com or links.yourdomian.com. It’s usually best to use an actionable word or a word related to your company name.
What’s a custom tracking subdomain? Let’s start with a standard tracking domain which allows you to see who clicks on your email links. In Ontraport, your email hyperlinks are routed through your tracking subdomain before going to the linked URL.
The point of a custom tracking domain is that your email reputation is yours alone, instead of sharing with the rest of Ontraport’s users.
Name/Host: go
IP/Content/Points to: 209.170.211.179
At Godaddy, it will look like this.
E. Type: Txt
What does this do? DomainKeys Identified Mail (DKIM) records are a form of email authentication. When you send emails with Ontraport, it proves that you are the real sender.
Name/Host: ontramail._domainkey
Value: "v=DKIM1;k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDiHV+GFJUPAtmIh26KHbn5PZXEFm3XK2XjEs4HFOSDZthULWyGvI5CqfYmNm7LFTWC3v5m6CtbLeNgDu0RwTw+94TSryL4ZYC6PESaJCHurmpREZTh+UFlLliRip3reqrNfoYpkiWa6fgu9vbyZob+W3d+leBP/p0mmOXeJiOjKwIDAQAB;"
At Godaddy, it will look like this.
F. This one is optional and recommended but only if you have the skills and knowledge to edit this record confidently. (Do not add this record if you’re not completely familiar with Dmarc and what it’ll do.)
Type: TXT
What does this do? Domain-based Message Authentication, Reporting & Conformance (DMARC) adds another form of authentication. It protects your email delivery by preventing unauthenticated parties from sending email from your domain.
Name/Host: _dmarc
Value: v=DMARC1; p=none; pct=100; rua=mailto:youremail@yourdomain.com; aspf=r; sp=none;
- Contact support and tell them, “I’ve set up all the basic records, and I’d like a DNS LITE set up on my new domain [YourDomain.com].”
They will know that this means you want to use pages.yourdomain.com for hosting pages, and smtp.yourdomain.com as your ReturnPath, and go.yourdomain.com for your tracking links, and they’ll set all that up for you.
Once that’s done, you’ll be able to use any permutation of your pages.yourdomain.com link to host Pages in Ontraport. For example, the following will all work if you simply type them in to the ‘use my domain’ setting of the Publish dialog in Pages:
- pages.mydomain.com/myPageName or pages.mydomain.com/AnotherPageName, etc.
- subdomainname.pages.mydomain.com
- pages.mydomain.com/foldername/anotherpage
…and so on.
Additionally, your emails will now be sent from smtp.yourdomain.com and you’ll begin to build your own sender reputation.
Of course, you can always point as many additional domain names (or subdomains) to Ontraport as you like and use them in the same ways.
That’s all there is to it! Nice work!