Add DKIM/SPF configuration for CodexSuit email service#1107
Open
gcompanydev wants to merge 1 commit into
Open
Conversation
This file configures DKIM, SPF, and DMARC records for email authentication through CodexSuit.
|
✅ JSON Filename Check Passed |
|
✅ JSON Schema Validation Passed |
Linter error
|
| Level | Code | Note |
|---|---|---|
| error | DCTL1022 | invalid hostname |
Contributor
Author
DescriptionNew template for CodexSuit email marketing — configures DKIM (3 CNAME records), SPF (SPFM) and DMARC for domains using AWS SES via a relay on mail.codexsuit.com. Type of change
How Has This Been Tested?Please mark the following checks done
Checklist of common problems
Online Editor test resultsEditor test link(s): Test codexsuit.com/emailDkim empresa.com/@ |
PR Description Check FailedThe PR description is missing required elements. Please update it according to the PR template. Details |
pawel-kow
requested changes
May 19, 2026
| "description":"Configures DKIM, SPF and DMARC records to send authenticated emails through CodexSuit", | ||
| "variableDescription":"token1, token2, token3 are the DKIM selector names provided by CodexSuit", | ||
| "syncPubKeyDomain":"domainconnect.mail.codexsuit.com", | ||
| "syncRedirectDomain":"ev.codexsuit.com/mail/domains", |
Member
There was a problem hiding this comment.
Only Domain name is allowed here
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
New template for CodexSuit email marketing — configures DKIM (3 CNAME records), SPF (SPFM) and DMARC for domains using AWS SES via a relay on mail.codexsuit.com.
Type of change
How Has This Been Tested?
Please mark the following checks done
<providerId>.<serviceId>.jsonlogoUrlis actually served by a webserverChecklist of common problems
syncPubKeyDomainis set — this is mandatory; omitting it requires explicit justification in the PR description or the PR will be rejectedwarnPhishingis not set alongsidesyncPubKeyDomain— the two must not appear togethersyncRedirectDomainis set whenever the template usesredirect_uriin the synchronous flow"v=spf1 ...") — use theSPFMrecord type insteadtxtConflictMatchingModeis set on every TXT record that must be unique per label or content prefix (e.g. DMARC)@ TXT "%foo%") unless necessary — prefer@ TXT "service-foo=%foo%"; if bare, justify in the PR descriptionhostlabel — the non-variable parts are fixed to limit misuse (e.g.%dkimkey%._domainkey, not%dkimhost%); if bare, justify in the PR descriptionhostfield to create a subdomain — use thehostparameter ormultiInstanceinstead%host%does not appear explicitly in anyhostattributeessentialis set toOnApplyon records the end user may need to modify or remove without breaking the template (e.g. DMARC)Online Editor test results
Editor test link(s):
Test codexsuit.com/emailDkim empresa.com/@
Test codexsuit.com/emailDkim codexsuit.com/@