Skip to content

Conversation

@elihunter
Copy link

@elihunter elihunter commented Jan 1, 2026

Description

Adds a new template for Hunter Networking to enable automatic DNS configuration for SMTP2GO sender domain authentication.

Type of change

Please mark options that are relevant.

  • New template
  • Bug fix (non-breaking change which fixes an issue in the template)
  • New feature (non-breaking change which adds functionality to the template)
  • Breaking change (fix or feature that would cause existing template behavior to be not backward compatible)

How Has This Been Tested?

Please mark the following checks done

  • Schema validated using JSON Schema template.schema
  • Template functionality checked using Online Editor
  • Template is checked using template linter
  • Template file name follows the pattern <providerId>.<serviceId>.json
  • resource URL provided with logoUrl is actually served by a webserver

Example variable values

RPATH_SELECTOR: em1234
RPATH_TARGET: return.smtp2go.net
DKIM_SELECTOR: s123456
DKIM_TARGET: dkim.smtp2go.net
TRACKING_SUBDOMAIN: link
TRACKING_TARGET: track.smtp2go.net
"testData": {
  "testset": {
    "variables": {
      "domain": "example.com",
      "RPATH_SELECTOR": "em1234",
      "RPATH_TARGET": "return.smtp2go.net",
      "DKIM_SELECTOR": "s123456",
      "DKIM_TARGET": "dkim.smtp2go.net",
      "TRACKING_SUBDOMAIN": "link",
      "TRACKING_TARGET": "track.smtp2go.net"
    },
    "results": [
      {
        "type": "CNAME",
        "name": "em1234",
        "ttl": 3600,
        "data": "return.smtp2go.net"
      },
      {
        "type": "CNAME",
        "name": "s123456._domainkey",
        "ttl": 3600,
        "data": "dkim.smtp2go.net"
      },
      {
        "type": "CNAME",
        "name": "link",
        "ttl": 3600,
        "data": "track.smtp2go.net"
      }
    ]
  }
}

@github-actions
Copy link

github-actions bot commented Jan 1, 2026

Linter OK:

Linter result for hunternetworking.com.smtp2go-email.json

@elihunter elihunter force-pushed the add-hunternetworking-smtp2go-template branch from 569323a to e539718 Compare January 1, 2026 13:25
Adds DNS records for SMTP2GO sender domain authentication (return-path and DKIM CNAMEs).
@elihunter elihunter force-pushed the add-hunternetworking-smtp2go-template branch from e539718 to 5bdbb6e Compare January 1, 2026 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant