Skip to content

Commit

Permalink
Merge pull request Domain-Connect#8 from gisharata/patch-1
Browse files Browse the repository at this point in the history
Mailjet domain-auth template
  • Loading branch information
arnoldblinn authored Mar 1, 2018
2 parents 75a43c1 + b78e566 commit 92a190d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions mailjet.com.domain-auth.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"providerId":"mailjet.com",
"providerName":"Mailjet",
"serviceId":"domain-auth",
"serviceName":"Mailjet Email Service",
"logoUrl":"http://staging-public.mailjet.com/_assets/Mailjet-logo-yellow.png",
"description":"Configure Mailjet's SPF and DKIM records to improve sender reputation and deliverability",
"variableDescription":"",
"records":[
{
"type": "TXT",
"host": "@",
"data": "v=spf1 include:spf.mailjet.com ?all",
"ttl": "3600"
},
{
"type": "TXT",
"host": "mailjet._domainkey",
"data": "%dkimtxt%",
"ttl": "3600"
}
]
}

0 comments on commit 92a190d

Please sign in to comment.