Get domain mail forwards list

StructQueryMailFwdList[] queryMailFwdList(string idSession, string domain) Return all email forwards for a domain name. Parameters Responses

Delete domain mail forward

StructOperationResponse domainMailFwdDelete(string idSession, string mailBox) Delete an email forward. Parameters Responses ⚠️Important information PHP example

Create domain mail forward

StructOperationResponse domainMailFwdCreate(string idSession, string mailBox, string recipients) Create an email forward. Parameters Responses PHP example

Initialize SOA record

StructOperationResponse domainZoneInitSoa(string idSession, string domain, int ttl, string ttlUnit, int refresh, string refreshUnit, int retry,

Delete dns record

StructOperationResponse domainZoneDelete(string idSession, string domain, string subdomain, string type, string value) Delete a DNS record

StructOptionsZone

Description This object stores all the custom settings of a DNS record. Variables Semantic rules

Create dns record

StructOperationResponse domainZoneCreate(string idSession, string domain, string subdomain, string type, string value, StructOptionsZone options) Create a

Initialize dns zone

StructOperationResponse domainZoneInit(string idSession, string domain, int numTemplate) Reset all DNS settings with a template. Parameters

StructContactList

Description This object stores a contact retrieved from Get contact list Variables Linked functions Get contact

StructContactReturn

Description This object stores the result of a Get contact information. Variables Additional information Linked