-
Notifications
You must be signed in to change notification settings - Fork 203
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
MailerLite templates #454
Conversation
MailerLite templates
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See some comments
mailerlite.com.domain-alignment.json
Outdated
}, | ||
{ | ||
"type": "SPFM", | ||
"host": "%spf_host%", |
There was a problem hiding this comment.
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%", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here
mailerlite.com.website.json
Outdated
{ | ||
"groupId": "subdomain", | ||
"type": "CNAME", | ||
"host": "%subdomain_host%", |
There was a problem hiding this comment.
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.
…ates Mailerlite templates updates
"records": [ | ||
{ | ||
"type": "CNAME", | ||
"host": "%subdomain_host%", |
There was a problem hiding this comment.
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.
…serviceid Fix serviceid
…omain-fixes Update subdomain template
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
Templates for MailerLite domain authentication, domain alignment and sites.