Email:resendValidation
Resend the validation email
XML Template
<?xml version="1.0" encoding="UTF-8"?>
<request xmlns:EuroDNS="http://www.eurodns.com/" xmlns:domain="http://www.eurodns.com/">
<email:resendValidation>
<email:address>#EMAIL</email:address>
</email:resendValidation>
</request>
<email:address> (Occurrences: 1+)
R | #EMAIL# | Email address which will receive the email validation |
If the action was successful, the following code will be returned:
<?xml version="1.0" encoding="UTF-8"?>
<response xmlns="http://www.eurodns.com/">
<result code="1000">
<msg><![CDATA[Command completed successfully]]></msg>
</result>
</response>
Legend
O | The element is optional and does not have to be specified in the request and/or answer |
R | The element is mandatory and has to specified in the request and/or answer |