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

DKIM keys? #112

Closed
milindpatel63 opened this issue Oct 27, 2021 · 4 comments
Closed

DKIM keys? #112

milindpatel63 opened this issue Oct 27, 2021 · 4 comments

Comments

@milindpatel63
Copy link

milindpatel63 commented Oct 27, 2021

Where do i get the dkim record that I need to add in my domain DNS txt record?
I am using cloudflare for dns

@hagai-helman
Copy link

You don't need to set a DKIM record to use forwardemil.net.

DKIM records are needed to authenticate that an email was really sent from an account in your domain. However, forwardemail.net doesn't send any mail in the name of a user in your domain - it just forwards the message in the name of the original sender who sent it to your domain. If the original message containes the sender's DKIM signautre - the same signature will be forwarded.

(The only problem is that sometimes the original message doesn't contain a DKIM signature. forwardemail.net doesn't deal very well with this case currently, which means that sometimes these messages will be rejected by your mail account and disappear. See #102 for details and a workaround.)

@niftylettuce
Copy link
Contributor

If you send email with Gmail for instance, using Send Mail As, then it will automatically add a DKIM signature for you. We don't add DKIM signatures as we simply forward messages, without altering them nor storing them.

@milindpatel63
Copy link
Author

I have using this way to send newsletters via Mailchimp and also in my ghost blog to send users their login link...
So far emails are being sent, but till now I have received a few dmarc email from noreply-dmarc-support@google.com with a XML file....should I be concerned about something? will my domain get blacklisted or something?

@hagai-helman
Copy link

You may want to check out Mailchimp's domain authentication instructions.

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

No branches or pull requests

3 participants