https://github.com/dmarcwise/dmarc-wiki
A directory of email service providers and their SPF, DKIM and DMARC compliance level, with instructions and tips on how to configure them.
https://github.com/dmarcwise/dmarc-wiki
dkim dmarc email spf
Last synced: 5 months ago
JSON representation
A directory of email service providers and their SPF, DKIM and DMARC compliance level, with instructions and tips on how to configure them.
- Host: GitHub
- URL: https://github.com/dmarcwise/dmarc-wiki
- Owner: dmarcwise
- Created: 2024-10-03T09:08:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-15T19:32:53.000Z (5 months ago)
- Last Synced: 2026-01-18T04:12:14.239Z (5 months ago)
- Topics: dkim, dmarc, email, spf
- Language: Svelte
- Homepage: https://dmarc.wiki
- Size: 1.57 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dmarc.wiki
This is the source code for the [dmarc.wiki](https://dmarc.wiki) website.
## Developing
Install dependencies with `npm install`, then run:
```bash
npm run dev
```
Or start the server and open the app in a new browser tab:
```bash
npm run dev -- --open
```
## Building
To create a production version of your app:
```bash
npm run build
```
You can preview the production build with `npm run preview`.