Login

Change email address redirection

HTTP method

PUT

URL

https://api.zilore.com/dns/v1/domains/{domain_name}/mail_forwarding/{mf_address_id}

Request parameters

Parameter

Description

domain_name

Domain name. Must conform to the standard. Names of national domains must be passed in Punycode format.

mf_address_id

Identifier of mail address redirection

Additional parameters

Parameter

Description

source

Email within the current domain, without @example.com (for example, for the email address foo@example.com source=foo), from which emails will be redirected

destination

Full email address to which redirection is to take place; several addresses can be specified separated by commas

Request example

PUT https://api.zilore.com/dns/v1/domains/example.com/mail_forwarding/25
X-Auth-Key: 6fac94db-691b-ec08-d22c-00000b7c06c0
Content-Type: application/x-www-form-urlencoded

destination=destination@example1.com

Response example

{
"status": "ok",
"response": {
"mf_address_id": "25",
"mf_address_status": "updated"
}
}