Skip to content

Commit 65ec1de

Browse files
committed
Add ImprovMX back
1 parent 23a4449 commit 65ec1de

File tree

3 files changed

+45
-4
lines changed

3 files changed

+45
-4
lines changed

src/guides/improvmx.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
label: ImprovMX
3+
icon: /media/improvmx.svg
4+
tags:
5+
- guides
6+
---
7+
8+
# Setting up ImprovMX with is-a.dev subdomain
9+
10+
This guide will walk you through the process of setting up ImprovMX with your is-a.dev subdomain.
11+
12+
## What you need to do before you continue.
13+
14+
1. Have a ImprovMX account. If you don't have a ImprovMX account, please go to [their site](https://improvmx.com) and make a account.
15+
2. You should have already forked the [is-a.dev repository](https://github.com/is-a-dev/register). If you haven't forked the repository, please make one by using [this link](https://github.com/is-a-dev/register/fork).
16+
17+
## Making the file.
18+
19+
First go to the fork you've made, then go into the `domains` directory and make a file. The file should be named like this: `subdomain.json`. (Replace `subdomain` with the subdomain name you want of course.)
20+
21+
After you've made the file, you should put in the file this:
22+
```json
23+
{
24+
"owner": {
25+
"username": "github-username"
26+
},
27+
"record": {
28+
"MX": ["mx1.improvmx.com", "mx2.improvmx.com"],
29+
"TXT": ["v=spf1 include:spf.improvmx.com ~all"]
30+
}
31+
}
32+
```
33+
34+
**After you have made the file, you should make a pull request to the [is-a.dev repository](https://github.com/is-a-dev/register).**
35+
36+
## Configuring
37+
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.

src/index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,17 @@ You can read about the domains JSON file structure [here](domain-structure).
1212

1313
## Guides
1414
- [Cloudflare Pages](guides/cloudflare-pages)
15+
- [DanBot Hosting](guides/dbh)
1516
- [Discord Domain Verification](guides/discord-verification)
1617
- [GitHub Pages](guides/github-pages)
1718
- [Hashnode Blogs](guides/hashnode)
19+
- [ImprovMX](guides/improvmx)
20+
- [Netlify](guides/netlify)
21+
- [Other Services](guides/other)
1822
- [Railway](guides/railway)
19-
- [Replit](guides/replit)
2023
- [Render](guides/render)
21-
- [Netlify](guides/netlify)
24+
- [Replit](guides/replit)
2225
- [Vercel](guides/vercel)
23-
- [DanBot Hosting](guides/dbh)
24-
- [Other Services](guides/other)
2526

2627
## Useful
2728
- [Domain Structure](domain-structure)

src/media/improvmx.svg

Lines changed: 2 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)