ess / Client / verify_email_identity

verify_email_identity

ess.Client.verify_email_identity(**kwargs)

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

レスポンスとは別に、指定したアドレスに確認メールが送られる。メールに記載されているURLにアクセスすることで検証手続きは完了します。

メールアドレスの所有が確認できると、このメールアドレスからのメール送信が可能になります。

See also: NIFCLOUD API Documentation

Request Syntax

response = client.verify_email_identity(
    EmailAddress='string'
)
Parameters:

EmailAddress (string) – [REQUIRED]

Return type:

dict

Returns:

Response Syntax

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

Response Structure

  • (dict) –

    • ResponseMetadata (dict) –

      • RequestId (string) –

    • VerifyEmailIdentityResult (string) –