app
app copied to clipboard
DKIM verification documentation partially incorrect?
Prerequisites
- [x] I have searched open and closed issues to make sure that the bug has not yet been reported.
Bug report
Describe the bug When adding a subdomain and adding DKIN records, the guide states the following:
That means, if your domain is <i>mail.domain.com</i> you should enter <i>dkim._domainkey.mail.domain.com</i> as the Domain."
Expected behavior The guide should say:
That means, if your domain is <i>mail.domain.com</i> you should enter <i>dkim._domainkey.mail</i> as the Domain.
Additional context I was trying to add my own subdomain alias, and the guide threw me off a bit, and I tried the propsed approach which worked. I use Namecheap.
Thanks, I see that you have made a fix on https://github.com/simple-login/app/pull/1884 👍