Add euromail.dev mail template#942
Open
lamminpaa wants to merge 5 commits intoDomain-Connect:masterfrom
Open
Conversation
EuroMail is a GDPR-compliant transactional email API with EU data
residency (Finland). This template configures DKIM signing, SPF
authorization, and bounce handling via MX records.
Records created:
- TXT: euromail._domainkey.{subdomain} (DKIM public key)
- SPFM: {subdomain} (include:spf.euromail.dev)
- MX: {subdomain} -> bounce.euromail.dev (priority 10)
Variables: subdomain (default: em), dkimKey (per-domain DKIM public key)
|
✅ JSON Filename Check Passed |
|
✅ JSON Schema Validation Passed |
Linter OK
|
| Level | Code | Note |
|---|
Fixes DCTL1005 (invalid txtConflictMatchingMode 'Full') and DCTL1013 (missing txtConflictMatchingPrefix for Prefix mode).
MX for bounce handling is optional for basic sending functionality. Users can remove it without breaking DKIM or SPF.
PR Description Check PassedAll required sections are filled in correctly. Details |
pawel-kow
requested changes
Apr 6, 2026
| "records": [ | ||
| { | ||
| "type": "TXT", | ||
| "host": "euromail._domainkey.%subdomain%", |
Member
There was a problem hiding this comment.
All host entries have the same %subdomain% suffix. It looks like against Rule 8 where host parameter shall be used instead.
@kerolasa is it worth adding to the linter if all RRs share the same variable as suffix?
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
Add Domain Connect template for EuroMail, a GDPR-compliant transactional email API with EU data residency (Finland). The template configures DKIM signing, SPF authorization, and bounce handling for transactional email delivery.
Type of change
How Has This Been Tested?
<providerId>.<serviceId>.jsonlogoUrlis actually served by a webserverChecklist of common problems
syncPubKeyDomainis set — set toeuromail.devwarnPhishingis not set alongsidesyncPubKeyDomainsyncRedirectDomainis set whenever the template usesredirect_uriin the synchronous flowSPFMrecord type for SPFtxtConflictMatchingModeis set on every TXT record that must be unique per label or content prefix — set toPrefixwithv=DKIM1on the DKIM recordv=DKIM1; k=rsa; p=%dkimKey%hostlabel — DKIM host iseuromail._domainkey.%subdomain%hostfield to create a subdomain —%subdomain%is used as a host prefix (e.g.em). This is intentional: euromail isolates transactional email DNS under a configurable subdomain (defaultem) to protect the root domain's reputation. This is the same pattern used by Resend (%spfDomain%) and other email providers.%host%does not appear explicitly in anyhostattributeessentialis set toOnApplyon records the end user may need to modify or remove without breaking the template — not applicable, all three records (DKIM, SPF, MX) are required for the service to function. MX is needed for VERP bounce routing.Online Editor test results
Editor test link(s):
Test euromail.dev/mail example.com/@
Test euromail.dev/mail example.com/sub
Contact