ess / Client / verify_domain_identity

verify_domain_identity

ess.Client.verify_domain_identity(**kwargs)

指定したドメインを送信元IDとして登録し、ドメインを所有していることを確認するための検証手続きを開始します。

レスポンスの VerificationToken の値を、DNSサーバの TXT レコードに設定することで、検証手続きは完了します。

ドメインの所有が確認できると、個々にメールアドレスを検証しなくても、そのドメインに所属するすべてのメールアドレスからのメール送信が可能になります。

See also: NIFCLOUD API Documentation

Request Syntax

response = client.verify_domain_identity(
    Domain='string'
)
Parameters:

Domain (string) – [REQUIRED]

Return type:

dict

Returns:

Response Syntax

{
    'ResponseMetadata': {
        'RequestId': 'string'
    },
    'VerificationToken': 'string'
}

Response Structure

  • (dict) –

    • ResponseMetadata (dict) –

      • RequestId (string) –

    • VerificationToken (string) –