Sends a verification email to the specified reply-to address.
Debugging
Request Parameters
Parameter | Type | Required | Example | Description |
MailAddressId | Integer | Yes | 126545 | The ID of the sender address. |
AccessKeyId | String | No | xxxx | The AccessKey ID provided to you by Alibaba Cloud. |
Action | String | No | CheckReplyToMailAddress | The operation that you want to perform. Set the value to CheckReplyToMailAddress. |
Lang | String | No | en | Language: en is English, and null or other values are Chinese |
Region | String | No | cn-hangzhou |
Response Parameters
Parameter | Type | Example | Description |
RequestId | String | 10A1AD70-E48E-476D-98D9-39BD92193837 | The ID of the request. |
Examples
Sample requests
http(s)://dm.aliyuncs.com/? Action=CheckReplyToMailAddress
&MailAddressId=126545
&<Common request parameters>
Sample success responses
XML
format
<CheckReplyToMailAddressResponse>
<RequestId>10A1AD70-E48E-476D-98D9-39BD92193837</RequestId>
</CheckReplyToMailAddressResponse>
JSON
format
{
"RequestId":"10A1AD70-E48E-476D-98D9-39BD92193837"
}
Error Codes
HTTP status code | Error code | Error message | Description |
400 | InvalidMailAddressSendType.Malformed | The specified mailAddress sendType is wrongly formed. | The error message returned because the specified email type is invalid. Log on to the console and select a valid email type. |
400 | InvalidMailAddressDomain.Malformed | The specified mailAddress domain does not exist. | The error message returned because the format of the domain name is invalid. A domain name must contain digits, letters, underscores (_), hyphens (-), and periods (.). |
400 | InvalidMailAddressStatus.Malformed | The specified mailAddress status is wrongly formed. | The error message returned because the status of the sender address is invalid. Check whether the sender address is frozen. |
For a list of error codes, visit the API Error Center.