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

KeyError: 'DKIMPendingHost' #3468

Open
sentry-io bot opened this issue Sep 18, 2024 · 1 comment
Open

KeyError: 'DKIMPendingHost' #3468

sentry-io bot opened this issue Sep 18, 2024 · 1 comment
Assignees
Labels
Module: Domain Management Type: Bug A problem that impairs or prevents the functions of the product.

Comments

@sentry-io
Copy link

sentry-io bot commented Sep 18, 2024

Sentry Issue: APPLICATION-BACKEND-70W

KeyError: 'DKIMPendingHost'
(4 additional frame(s) were not displayed)
...
  File "emails/models/email/actions/send_draft.py", line 66, in call
    validator(True).execute(email)
  File "emails/outgoing_email_validators/base.py", line 28, in execute
    self.validate(email)
  File "emails/outgoing_email_validators/valid_custom_domain.py", line 34, in validate
    sending_domain = EmailDomainManager(newsletter).fetch(
  File "emails/sending_domains/interface.py", line 69, in fetch
    return self.manager.fetch(domain)
  File "emails/sending_domains/implementations/postmark.py", line 46, in fetch
    expected_dkim_host = domain_details["DKIMPendingHost"]
@jmduke jmduke added Type: Bug A problem that impairs or prevents the functions of the product. Module: Domain Management labels Sep 18, 2024
@jmduke
Copy link
Member

jmduke commented Sep 18, 2024

@benborgers tagging you as a good low-hanging fruit one for sending domain work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Module: Domain Management Type: Bug A problem that impairs or prevents the functions of the product.
Projects
Status: Not started
Development

No branches or pull requests

2 participants