Skip to main content
This guide walks you through adding the required DNS records in Network Solutions to verify your domain with Flowforth.
Before starting, make sure you’ve already added your domain in Flowforth. You’ll need the DNS record values shown on the domain settings page.

Open Advanced DNS Records in Network Solutions

  1. Log in to your Network Solutions account
  2. Select Domains in the left navigation
  3. Select the domain you want to verify (if you only have one domain, you’ll land on its details page directly)
  4. Scroll down to the Advanced Tools section
  5. Click Manage next to Advanced DNS Records
A new page opens listing your DNS records. To add a record, click + Add Record. To edit an existing record, find it in the list and click the pencil icon. Either option opens a dialog where you pick the record type from the type dropdown at the top.
In the record dialog, the host field is a dropdown labeled “Refers to”, not a free-text box. It defaults to @ and only offers @, www, and Other Host. Most Flowforth records use a custom host such as send or resend._domainkey — to enter one, click the Refers to dropdown and choose Other Host. Only then does a Host Name text field appear where you can type the host value. Users commonly miss this step, so watch for it on every record below. The @ option is only correct for records that target the bare root domain.
Network Solutions automatically appends your domain to the Host Name field. Enter only the subdomain portion — for example, type send instead of send.example.com.

Add the MX Record

  1. Click + Add Record
  2. Set the record type to MX
  3. Click the Refers to dropdown and choose Other Host, then enter the name from Flowforth (e.g., send) in the Host Name field
  4. Copy the MX Value from Flowforth into the Mail Server field
  5. Set the Priority to 10
  6. Leave the TTL at the default (2 hours)
  7. Click Add (or Edit if you’re editing an existing record)
Network SolutionsFlowforthExample Value
TypeTypeMX
Refers toOther Host
Host NameNamesend
Mail ServerValuefeedback-smtp.us-east-1.amazonses.com
PriorityPriority10
TTL2 Hours

Add the SPF Record (TXT)

  1. Click + Add Record
  2. Set the record type to TXT
  3. Click the Refers to dropdown and choose Other Host, then enter the name from Flowforth (e.g., send) in the Host Name field
  4. Copy the TXT Value from Flowforth into the Text field
  5. Leave the TTL at the default (2 hours)
  6. Click Add (or Edit if you’re editing an existing record)
Network SolutionsFlowforthExample Value
TypeTypeTXT
Refers toOther Host
Host NameNamesend
TextValue"v=spf1 include:amazonses.com ~all"
TTL2 Hours

Add the DKIM Record (TXT)

  1. Click + Add Record
  2. Set the record type to TXT
  3. Click the Refers to dropdown and choose Other Host, then enter the DKIM name from Flowforth (e.g., resend._domainkey) in the Host Name field
  4. Copy the DKIM Value from Flowforth into the Text field
  5. Leave the TTL at the default (2 hours)
  6. Click Add (or Edit if you’re editing an existing record)
Enter only resend._domainkey in the Host Name field instead of resend._domainkey.example.com.
Network SolutionsFlowforthExample Value
TypeTypeTXT
Refers toOther Host
Host NameNameresend._domainkey
TextValuep=example_domain_key_value
TTL2 Hours

Add the DMARC Record (TXT)

While not strictly required, adding a DMARC record is highly recommended. It improves deliverability and protects your domain’s reputation.
If your domain already has a DMARC record, you do not need to add another one. You can check by looking for an existing TXT record with the host _dmarc in your Advanced DNS Records.
  1. Click + Add Record
  2. Set the record type to TXT
  3. Click the Refers to dropdown and choose Other Host, then enter the DMARC name from Flowforth (e.g., _dmarc) in the Host Name field
  4. Copy the DMARC Value from Flowforth into the Text field
  5. Leave the TTL at the default (2 hours)
  6. Click Add (or Edit if you’re editing an existing record)
Network SolutionsFlowforthExample Value
TypeTypeTXT
Refers toOther Host
Host NameName_dmarc
TextValuev=DMARC1; p=none;
TTL2 Hours

Add the Tracking Records (Optional)

If you enabled click tracking or open tracking when adding your domain in Flowforth, you’ll need to add these two additional records. You can also enable tracking later from the domain detail page in Flowforth — the records will appear in your DNS table when tracking is turned on.

CNAME Record (Tracking)

  1. Click + Add Record
  2. Set the record type to CNAME
  3. Click the Refers to dropdown and choose Other Host, then enter links in the Host Name field
  4. Enter links1.resend-dns.com in the Alias to field
  5. Leave the TTL at the default (2 hours)
  6. Click Add (or Edit if you’re editing an existing record)
Network SolutionsFlowforthValue
TypeTypeCNAME
Refers toOther Host
Host NameNamelinks
Alias toValuelinks1.resend-dns.com
TTL2 Hours

CAA Record (Tracking)

CAA records are only supported in Network Solutions’ Advanced DNS Records. The Classic View does not support CAA records, so make sure you’re on the Advanced DNS Records page.
  1. Click + Add Record
  2. Set the record type to CAA
  3. Leave the Refers to dropdown set to @ so the record targets your root domain
  4. Set the Flag to 0
  5. Set the Tag to issue
  6. Enter amazon.com in the Value field
  7. Leave the TTL at the default (2 hours)
  8. Click Add (or Edit if you’re editing an existing record)
Network SolutionsFlowforthValue
TypeTypeCAA
Refers to@
Flag0
Tagissue
ValueValueamazon.com
TTL2 Hours
Network Solutions splits the CAA record into separate Flag, Tag, and Value fields. The full value is equivalent to 0 issue "amazon.com".

Verify in Flowforth

Once all records are added in Network Solutions, go back to your domain in Settings → Domains and click the “Records Added” button. Flowforth will check your DNS records and verify the setup in the background.
Network Solutions notes that DNS changes may take up to 24–48 hours to fully take effect, though propagation is usually much faster. If verification doesn’t succeed right away, wait and try again later.

Troubleshooting

  • Verification failed: Double-check the records you added in Network Solutions for copy/paste errors. Make sure you set the Refers to dropdown to Other Host and entered only the subdomain portion in the Host Name field (e.g., send not send.example.com).
  • No Host Name field: If you can’t type a custom host, the Refers to dropdown is still set to @ or www. Change it to Other Host and the Host Name field will appear.
  • Priority conflict: If priority 10 is already in use on another MX record, use a different value like 20 or 30.
  • Still not verifying after 72 hours: Contact support@flowforth.co and we’ll help you debug the issue.

If you need help, contact support@flowforth.co.