Skip to content

Add BongoBot email template (bongo.bot/email)#948

Merged
pawel-kow merged 2 commits intoDomain-Connect:masterfrom
danieltwinbolt:add-bongo-bot-email-template
Apr 6, 2026
Merged

Add BongoBot email template (bongo.bot/email)#948
pawel-kow merged 2 commits intoDomain-Connect:masterfrom
danieltwinbolt:add-bongo-bot-email-template

Conversation

@danieltwinbolt
Copy link
Copy Markdown
Contributor

@danieltwinbolt danieltwinbolt commented Apr 6, 2026

Description

New Domain Connect template for BongoBot (bongo.bot) email service. Configures DNS records for sending and receiving email through BongoBot's Mailgun-based infrastructure with whitelabeled DNS values.

Type of change

  • New template

How Has This Been Tested?

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

Checklist of common problems

  • syncPubKeyDomain is set — set to bongo.bot
  • warnPhishing is not set alongside syncPubKeyDomain
  • syncRedirectDomain is set whenever the template uses redirect_uri in the synchronous flow — set to bongo.bot
  • no TXT record contains SPF content — using SPFM record type
  • txtConflictMatchingMode is set on every TXT record that must be unique per label or content prefix — N/A, no TXT records with uniqueness requirements
  • no variable is used as a bare full record value — variables are only in host fields with fixed suffixes
  • no bare variable is used as the full host label — DKIM records use %dkim1%._domainkey and %dkim2%._domainkey (fixed ._domainkey suffix)
  • no variable is used in the host field to create a subdomain — using standard host parameter for subdomain targeting
  • %host% does not appear explicitly in any host attribute
  • essential is set to OnApply on records the end user may need to modify — N/A, all records are service-managed

Online Editor test results

Test bongo.bot/email example.com/xyz

https://domainconnect.paulonet.eu/dc/free/templateedit?token=H4sIAAds02kC%2F%2B1WWU%2FjMBD%2BK5Gl3ZdtQw7oQiQkbu1FhUqRkFAVOfE0WE3s4DiFbNX97TsOhLSleyDtA2h5ijMz%2Fma%2BueQZ0ZDlKdVAghnJlZxyBuozIwGJpEikHUlNOo%2BKPs3QkBwY1UGtKUBNeQz1DcgoT1vZg%2FGxkVrnIBgXifXeGkAMfIpntJyCKrgUJHDxViXiszL6CtWRxCtiJQSjHgDjCmK91oBBESue6xqPHEox5kmpwDrqn1t4SSpWWGOprOIhEiqYkd%2FHYtWxW%2FpayTK5thqCNuKmMpEXKkXMa63zItjYePS6YXR2XlN5cEGCqxlJECWvU8ImPEOlrnKTisP%2B%2Fukx%2Fl7LQuPvO6N139khq%2FlMoDKpllzoYihRrxWNJ%2FYiR60xDr%2FnOPPO87x4%2F8CLLHUkS8FaT%2BdnJ6etoz1TpXw8KFPANBAu4rRkEKBoAX0ZkosVxNPLZbyFOLM7117uSS4V1xU2j%2FPLmJ%2FnwPsrB6N5h3yXAsK25CNsv6Yn4Y7iRIEdy6x1hac6qJDX9k3FFlLaRIpQOVU0K8xANqBXS6ijBvaKmHMN%2FEfQuteMFY3i5t%2Brb8GYGEo8EVJBWOCXahwcEmhVQodkZap5SG9pK2JxSPM8rTADBWoRBZt%2BpfvE%2FfSjt%2BXOY1TT33ddh4QsNuy5qaDf83f8eGu768XxuLsZM6cbjXubXdcHN4pcgC0KCxvqyepat6DaokCB60BzasZ7P72lVUHmpoPWk8FUvWIyw8thS2WvjX66iyPqWmvn1fpB07Thg3ReEp96lJ%2FSWd0TC6VYnuiXT8R7FURGHdx%2FbwvgbQG8LYD%2FdAHgc6KgU2AhNWae4%2FW6zmbX6Q2d7cD9GLiu7biO7%2FkfHCdwHMMECn1PcoYvj8U3BxmLQc%2B%2FgZMv34DdTPvJRO8ciNuLw6R%2FtxNXR2l0PGHpp%2B1qMNzfJfOfK6lXdcAMAAA%3D

New Domain Connect template for BongoBot (bongo.bot) email service.
Configures DKIM (CNAME), SPF (SPFM), and MX records for sending
and receiving email through BongoBot's Mailgun-based infrastructure.

Records:
- 2x CNAME for DKIM authentication (variable selectors)
- 1x SPFM for SPF authorization
- 2x MX for inbound mail routing

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@github-actions github-actions bot added the Test links missing No test links from Online Editor provided label Apr 6, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 6, 2026

JSON Filename Check Passed

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 6, 2026

JSON Schema Validation Passed

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 6, 2026

Linter OK

bongo.bot.email.json

Level Code Note

@github-actions github-actions bot removed the Test links missing No test links from Online Editor provided label Apr 6, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 6, 2026

PR Description Check Passed

All required sections are filled in correctly.

Details
  OK  Type of change: 1/1 checkboxes ticked
  OK  How Has This Been Tested?: all 3 checkboxes ticked
  OK  Checklist of common problems: 10/10 checkboxes ticked
  OK  Online Editor test results: 2 link(s) found
  OK  Template coverage: all 1 template(s) covered
Labels to remove: Checklist of common problems not complete, Forged editor links, PR description incomplete, Test links missing

PR description check PASSED

@pawel-kow pawel-kow enabled auto-merge April 6, 2026 21:15
@pawel-kow pawel-kow added this pull request to the merge queue Apr 6, 2026
Merged via the queue into Domain-Connect:master with commit 99d33c6 Apr 6, 2026
6 of 8 checks passed
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.

3 participants