If you do not know the authorization password of contact, this command sends it to the e-mail address of the contact
Parameters
- tld – TLD
- cname – contact name
Return Values
- 1000 = OK
- 2201 = invalid TLD
- 2216 = invalid contact name
- 2243 = not allowed to send auth_info
- 3213 = contact is unavailable
- 3215 = failed to send your password
- 3228 = contact is not supported for this domain
- 4217 = sending failed – communication error
Return data
Command does not return any data.
Example of use
XML query:
<request> <user>tester</user> <auth>1dab009ffad905de60b14d6ba3c8a9c00326a220</auth> <command>contact-send-auth-info</command> <clTRID>6084</clTRID> <data> <tld>cz</tld> <cname>TESTER</cname> </data> </request>
XML response:
<response> <code>1000</code> <result>OK</result> <timestamp>1288114371</timestamp> <clTRID>6084</clTRID> <svTRID>1288114371.3555.14481.1</svTRID> <command>contact-send-auth-info</command> </response>