Skip to content

EmailSyntaxError: The part after the @-sign is a special-use or reserved name that cannot be used with email. #9513

@sentry

Description

@sentry

Sentry Issue: SERVER-436

EmailSyntaxError: The part after the @-sign is a special-use or reserved name that cannot be used with email.
(6 additional frame(s) were not displayed)
...
  File "polar/worker/__init__.py", line 90, in _wrapped_fn
    return await fn(*args, **kwargs)
  File "polar/email/tasks.py", line 18, in email_send
    await email_sender.send(
  File "polar/email/sender.py", line 105, in send
    to_email_addr_ascii = to_ascii_email(to_email_addr)
  File "polar/email/sender.py", line 27, in to_ascii_email
    validated_email = validate_email(email, check_deliverability=False)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions