email_status

Tracks the send/bounce/error status of all outgoing emails.

Available Model API Paths

MethodPath patternDescription
get/is_valid/+email/...Return the effective validity flag for +email from cached email_status data (normalized email, blocked/final-error aware); unknown addresses default to valid.
get/+email/...Return the full email_status row for +email (delivery/error/block counters and timestamps) when caller is admin, has mod_email_status use rights, or may edit the user/resource owning that email identity.

/+name marks a variable path segment. A trailing /... means extra path segments are accepted for further lookups.

Edit on GitHub