You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/portal/src/app/knowledge-base/how-to/verify-your-team-email-domain/page.mdx
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -2,22 +2,22 @@
2
2
3
3
## Why should I verify my domain?
4
4
5
-
- Verified badge: Your team gets a special badge, so it’s easier to confirm you're in the right place.
6
-
- Recommended team members: On the Settings → Members page, you’ll see users with emails that match your domain but aren’t in the team yet — making it super easy to invite everyone on the team.
7
-
- Instant invite alerts: Team owners will get a notification (in the dashboard and optionally via email) when someone signs up with your verified domain — with a 1-click invite option.
5
+
-**Verified badge**: Your team gets a special badge, so it’s easier to confirm you're in the right place.
6
+
-**Recommended team members**: On the Settings → Members page, you’ll see users with emails that match your domain but aren’t in the team yet — making it super easy to invite everyone on the team.
7
+
-**Instant invite alerts**: Team owners will get a notification (in the dashboard and optionally via email) when someone signs up with your verified domain — with a 1-click invite option.
8
8
9
9
## How to verify your domain
10
10
11
11
1. Navigate to [Team Settings](https://thirdweb.com/team/~/~/settings) and look for *Domain Verification*.
12
12
1. Enter your domain name.
13
-
- Your domain name is the part after the `@` symbol in your company email address. It is NOT a website and should not contain `https://` nor `www`.
14
-
1.You should see instructions to add a `TXT record` on your domain to complete verification.
15
-
- Type: TXT
16
-
- Name/Host: `_tw-<YOUR_TEAM_ID>.<YOUR_DOMAIN>`
17
-
- Value: `tw-verify=<YOUR_VERIFICATION_CODE>`
18
-
- See below for provider-specific instructions.
19
-
20
-
thirdweb will automatically detect the TXT record once it's live. DNS changes may take several hours to update.
13
+
- Your domain name is the part after the `@` symbol in your company email addresses. It is _not_ a website and should not contain `https://` nor `www`.
14
+
1.Follow the instructions to add a `TXT record` on your domain to complete verification.
15
+
- Type: `TXT`
16
+
- Name: `_tw-<YOUR_TEAM_ID>.<YOUR_DOMAIN>`
17
+
- Value: `tw-verify=<YOUR_VERIFICATION_CODE>`
18
+
- See below for provider-specific instructions.
19
+
20
+
TXT record changes will be detected automatically. DNS changes may take several hours to update.
21
21
Check this dashboard page periodically to confirm when it's completed.
22
22
23
23
### Verify your TXT record
@@ -27,7 +27,7 @@ Use a tool like [MxToolbox](https://mxtoolbox.com/txtlookup.aspx) or `dig` in th
27
27
```bash
28
28
$ dig +short -t txt _tw-<TEAM_ID>.<YOUR_DOMAIN>
29
29
30
-
#If correct, you should see this response:
30
+
#You should see this response if correctly configured
0 commit comments