ncloud_mailer_get_send_block_list
Check an email address's send-block history and current block status, including release dates and action types, to identify delivery issues.
Instructions
[Legacy Cloud Outbound Mailer API — merged into SENS on 2026-09-17; available only to projects migrated from Cloud Outbound Mailer and only for ~12 months (SENS overview: until Dec 2027). New mail sending/lookup: ncloud_sens_send_mail / ncloud_sens_list_mail_requests.] Get the send-block history and current block status of one address (GET /send-block?targetAddress=…): registerStatus, expectedDeleteDate, content[] with actionType C(blocked)/D(released), sendResultCode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page index (0-based) | |
| size | No | Page size (default 10) | |
| sort | No | Sort 'property(,asc|desc)' (default createUtc) | |
| region | No | Region path segment (KR=/api/v1, SGN=/api/v1-sgn, JPN=/api/v1-jpn). Defaults to the server region (NCLOUD_REGION) when it is one of these, otherwise KR | |
| targetAddress | Yes | Email address to look up |