Call us toll free @ 888-497-7898

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.
API Url Example:
https://api.hypermail.com/api.php?apikey=YOURAPIKEYHERE&area=email&action=updatedomainsettings&forwardingemail=test@test.com&redirecturl=http://gooogle.com

API Result:
XML Response JSON Response
<response>
  <success>Domain Updated</success>
</response>
{
    "success": "Domain Updated"
}