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
- Log in to your Network Solutions account
- Select Domains in the left navigation
- Select the domain you want to verify (if you only have one domain, you’ll land on its details page directly)
- Scroll down to the Advanced Tools section
- Click Manage next to Advanced DNS Records
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
- Click + Add Record
- Set the record type to
MX - Click the Refers to dropdown and choose Other Host, then enter the name from Flowforth (e.g.,
send) in the Host Name field - Copy the MX Value from Flowforth into the Mail Server field
- Set the Priority to
10 - Leave the TTL at the default (2 hours)
- Click Add (or Edit if you’re editing an existing record)
| Network Solutions | Flowforth | Example Value |
|---|---|---|
| Type | Type | MX |
| Refers to | — | Other Host |
| Host Name | Name | send |
| Mail Server | Value | feedback-smtp.us-east-1.amazonses.com |
| Priority | Priority | 10 |
| TTL | — | 2 Hours |
Add the SPF Record (TXT)
- Click + Add Record
- Set the record type to
TXT - Click the Refers to dropdown and choose Other Host, then enter the name from Flowforth (e.g.,
send) in the Host Name field - Copy the TXT Value from Flowforth into the Text field
- Leave the TTL at the default (2 hours)
- Click Add (or Edit if you’re editing an existing record)
| Network Solutions | Flowforth | Example Value |
|---|---|---|
| Type | Type | TXT |
| Refers to | — | Other Host |
| Host Name | Name | send |
| Text | Value | "v=spf1 include:amazonses.com ~all" |
| TTL | — | 2 Hours |
Add the DKIM Record (TXT)
- Click + Add Record
- Set the record type to
TXT - 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 - Copy the DKIM Value from Flowforth into the Text field
- Leave the TTL at the default (2 hours)
- 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 Solutions | Flowforth | Example Value |
|---|---|---|
| Type | Type | TXT |
| Refers to | — | Other Host |
| Host Name | Name | resend._domainkey |
| Text | Value | p=example_domain_key_value |
| TTL | — | 2 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.- Click + Add Record
- Set the record type to
TXT - Click the Refers to dropdown and choose Other Host, then enter the DMARC name from Flowforth (e.g.,
_dmarc) in the Host Name field - Copy the DMARC Value from Flowforth into the Text field
- Leave the TTL at the default (2 hours)
- Click Add (or Edit if you’re editing an existing record)
| Network Solutions | Flowforth | Example Value |
|---|---|---|
| Type | Type | TXT |
| Refers to | — | Other Host |
| Host Name | Name | _dmarc |
| Text | Value | v=DMARC1; p=none; |
| TTL | — | 2 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)
- Click + Add Record
- Set the record type to
CNAME - Click the Refers to dropdown and choose Other Host, then enter
linksin the Host Name field - Enter
links1.resend-dns.comin the Alias to field - Leave the TTL at the default (2 hours)
- Click Add (or Edit if you’re editing an existing record)
| Network Solutions | Flowforth | Value |
|---|---|---|
| Type | Type | CNAME |
| Refers to | — | Other Host |
| Host Name | Name | links |
| Alias to | Value | links1.resend-dns.com |
| TTL | — | 2 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.
- Click + Add Record
- Set the record type to
CAA - Leave the Refers to dropdown set to @ so the record targets your root domain
- Set the Flag to
0 - Set the Tag to
issue - Enter
amazon.comin the Value field - Leave the TTL at the default (2 hours)
- Click Add (or Edit if you’re editing an existing record)
| Network Solutions | Flowforth | Value |
|---|---|---|
| Type | Type | CAA |
| Refers to | — | @ |
| Flag | — | 0 |
| Tag | — | issue |
| Value | Value | amazon.com |
| TTL | — | 2 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.,
sendnotsend.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
10is already in use on another MX record, use a different value like20or30. - 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.