Skip to content

Commit bba6c86

Browse files
authored
Update improvmx so that it has an email field.
1 parent 0fa5043 commit bba6c86

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/guides/improvmx.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ After you've made the file, you should put in the file this:
2222
```json
2323
{
2424
"owner": {
25-
"username": "github-username"
25+
"username": "github-username",
26+
"email": "[email protected]"
2627
},
2728
"record": {
2829
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
@@ -35,4 +36,4 @@ After you've made the file, you should put in the file this:
3536

3637
## Configuring
3738

38-
After it has been merged, it should be automatically recognized and should start working. If you haven't configured it beforehand, please go to the [ImprovMX dashboard](https://app.improvmx.com/) and add the domain there.
39+
After it has been merged, it should be automatically recognized and should start working. If you haven't configured it beforehand, please go to the [ImprovMX dashboard](https://app.improvmx.com/) and add the domain there.

0 commit comments

Comments
 (0)