Return Back to API List
API Call Information
area: email
action: updatedomainsettings
API Arguments
API Url Example:
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=updatedomainsettings&forwardingemail=test@test.com&redirecturl=http://gooogle.com
API Call Result:
email - updatedomainsettings
Updates the domains forwarding email and redirection url settings
API Call Information
area: email
action: updatedomainsettings
API Arguments
| Argument | Data Type | Required | Description |
| forwardingemail | string | No | single email address used for email forwarding. |
| redirecturl | string | No | a url with http:// or https:// example http://google.com |
| autorenew | boolean either 1 or 0 | No | Will the domain be renewed when expires. |
https://api.mailclickconvert.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=updatedomainsettings&forwardingemail=test@test.com&redirecturl=http://gooogle.com
API Call Result:
| XML Response | JSON Response |
| <response> <success>Domain Updated</success> </response> |
{
"success": "Domain Updated"
} |