Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MailerLite templates #454

Merged
merged 26 commits into from
Oct 25, 2023
Merged

MailerLite templates #454

merged 26 commits into from
Oct 25, 2023

Conversation

llacle
Copy link
Contributor

@llacle llacle commented Oct 23, 2023

Templates for MailerLite domain authentication, domain alignment and sites.

Copy link
Member

@pawel-kow pawel-kow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See some comments

},
{
"type": "SPFM",
"host": "%spf_host%",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure why would you want SPF on a different host than MX?

},
{
"type": "SPFM",
"host": "%spf_host%",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

{
"groupId": "subdomain",
"type": "CNAME",
"host": "%subdomain_host%",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you intend to use this group always in combination with domain group, or standalone?
If standalone then a separate template would do better.

"records": [
{
"type": "CNAME",
"host": "%subdomain_host%",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For subdomain template host is typically set to @ and hostRequired set to true.
With the usage of host variable the CNAME subdomain is created on the right subdomain.

Copy link
Member

@pawel-kow pawel-kow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@pawel-kow pawel-kow added this pull request to the merge queue Oct 25, 2023
Merged via the queue into Domain-Connect:master with commit 086df75 Oct 25, 2023
1 check 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.

2 participants