Trying to add mailjet DKIM. They ask to add the following txt record:
key: mailjet._domainkey.mydomain.com.
value: k=rsa; p=MIGfMA0GCSq...etc...
So in my config file I have something like:
TXT('mailjet._domainkey.mydomain.com.', 'k=rsa; p=MIGfMA0GCSq...etc...'),
But I am getting this error where running the preview:
panic: short (mydomain.com) is not supposed to end with a dot