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.
Add the MX Record
Adding an MX record in DreamHost requires first creating the sending subdomain (e.g.,send.example.com) as a DNS-only domain, then configuring the MX record on that subdomain.
Step 1: Create the Sending Subdomain
- Log in to the DreamHost Panel
- In the top right, click the Add Website button
- Select Create a Subdomain (blog.example.com)
- Enter the subdomain from Flowforth (e.g.,
send.example.com) - Choose DNS Only as the hosting option
- Save your changes
Step 2: Add the MX Record
- Navigate to Mail → Custom MX in the DreamHost Panel
- Select the subdomain you just created (e.g.,
send.example.com) - Copy the MX Value from Flowforth into the MX Record field
- Set the Priority to
10 - Click Update your custom MX records now! to save your changes
| DreamHost | Flowforth | Example Value |
|---|---|---|
| Domain | Name | send.example.com |
| MX Record | Value | feedback-smtp.us-east-1.amazonses.com |
| Priority | Priority | 10 |
Add the SPF Record (TXT)
- Navigate to Websites → Manage Websites in the DreamHost Panel
- Click the DNS tab for your main, pre-existing domain
- Click Add Record
- Set the Type to
TXT - In the Name field, enter the name from Flowforth (e.g.,
send) - Copy the TXT Value from Flowforth into the Value field
- Click Add Record
| DreamHost | Flowforth | Example Value |
|---|---|---|
| Type | Type | TXT |
| Name | Name | send |
| Value | Value | "v=spf1 include:amazonses.com ~all" |
Add the DKIM Record (TXT)
- Navigate to Websites → Manage Websites in the DreamHost Panel
- Click the DNS tab for your domain
- Click Add Record
- Set the Type to
TXT - In the Name field, enter the DKIM name from Flowforth (e.g.,
resend._domainkey) - Copy the DKIM Value from Flowforth into the Value field
- Click Add Record
| DreamHost | Flowforth | Example Value |
|---|---|---|
| Type | Type | TXT |
| Name | Name | resend._domainkey |
| Value | Value | p=example_domain_key_value |
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 name _dmarc
in your DreamHost DNS settings.- Navigate to Websites → Manage Websites in the DreamHost Panel
- Click the DNS tab for your domain
- Click Add Record
- Set the Type to
TXT - In the Name field, enter the DMARC name from Flowforth (e.g.,
_dmarc) - Copy the DMARC Value from Flowforth into the Value field
- Click Add Record
| DreamHost | Flowforth | Example Value |
|---|---|---|
| Type | Type | TXT |
| Name | Name | _dmarc |
| Value | Value | v=DMARC1; p=none; |
Verify in Flowforth
Once all records are added in DreamHost, 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.DNS changes can take anywhere from a few minutes to several hours to
propagate. If verification doesn’t succeed right away, wait and try again
later.
Troubleshooting
- Verification failed: Double-check the records you added in DreamHost for copy/paste errors.
- MX record not working: Make sure you created the sending subdomain (e.g.,
send.example.com) as a DNS Only domain before adding the MX record. - 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.