-
Notifications
You must be signed in to change notification settings - Fork 28
Missing information about which email address triggered the inactive recipient error (Postmark adapter) #540
Description
Bug Report
When sending a campaign via the Postmark mail adapter, the job fails with the following message:
Unable to send an email: You tried to send to recipient(s) that have been marked as inactive. Found inactive addresses. Inactive recipients are ones that have generated a hard bounce, a spam complaint, or a manual suppression. (code 406).
The issue:
The error does not reveal which specific email address caused the failure. As a result, it is impossible to remove the problematic contact from the list or resolve the issue in another way.
Since Postmark clearly identifies suppressed or inactive recipients, it would be extremely helpful if the error output included the affected email address.
Why this matters
• The sendout stops because of a single inactive address.
• Without knowing which address caused the block, the job cannot be fixed.
• Identifying and removing/repairing that address is essential to continue the sendout.
Requested improvement
Please expose the inactive address (or multiple addresses) in the error message or job details. Even a minimal reference such as a list of suppressed addresses would be enough to debug and resolve the issue.
Environment
• Mail adapter: Postmark
Plugin Version
3.6.0 Pro
Craft CMS Version
5.8.17
PHP Version
8.3