:doc:`Route53Domains <../../route53domains>` / Client / resend_contact_reachability_email

*********************************
resend_contact_reachability_email
*********************************



.. py:method:: Route53Domains.Client.resend_contact_reachability_email(**kwargs)

  

  For operations that require confirmation that the email address for the registrant contact is valid, such as registering a new domain, this operation resends the confirmation email to the current email address for the registrant contact.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/route53domains-2014-05-15/ResendContactReachabilityEmail>`_  


  **Request Syntax**
  ::

    response = client.resend_contact_reachability_email(
        domainName='string'
    )
    
  :type domainName: string
  :param domainName: 

    The name of the domain for which you want Route 53 to resend a confirmation email to the registrant contact.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'domainName': 'string',
          'emailAddress': 'string',
          'isAlreadyVerified': True|False
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **domainName** *(string) --* 

        The domain name for which you requested a confirmation email.

        
      

      - **emailAddress** *(string) --* 

        The email address for the registrant contact at the time that we sent the verification email.

        
      

      - **isAlreadyVerified** *(boolean) --* 

        ``True`` if the email address for the registrant contact has already been verified, and ``false`` otherwise. If the email address has already been verified, we don't send another confirmation email.

        
  
  **Exceptions**
  
  *   :py:class:`Route53Domains.Client.exceptions.InvalidInput`

  
  *   :py:class:`Route53Domains.Client.exceptions.OperationLimitExceeded`

  
  *   :py:class:`Route53Domains.Client.exceptions.UnsupportedTLD`

  