Skip to content

[Communication - Email] Email was dropped because all recipients were suppressed #25353

Open

Description

Unable to send email to XXXX@qudol.net using Azure Email Communication Service
Issue exists only for emails to this domain (qudol.net)
We have no problem sending email to this address from any other client.

Package version
@azure/communication-email": "^1.0.0-beta.2

Error from beginSend() function
RestError: Requested message could not be located. Couldn't find a record with the messageID: XXXX

Communication service diagnostic log
RecipientId: XXXX@qudol.net
DeliveryStatus: Failed

After digging into the sdk code, we found the below error,

error.code: 'EmailDroppedAllRecipientsSuppressed'
error.message: 'Email was dropped because all recipients were suppressed. You will get a dropped event for each suppresssed recipient through event grid or Azure monitoring.'

Reproduce the issue by,
Using sample code from the below nodejs script. Just supply the recipient as any XXXX@qudol.net
https://github.com/azure-samples/communication-services-javascript-quickstarts/tree/main/send-email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

ClientThis issue points to a problem in the data-plane of the library.Communication - EmailService AttentionWorkflow: This issue is responsible by Azure service team.bugThis issue requires a change to an existing behavior in the product in order to be resolved.customer-reportedIssues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions