Creates a new email forwarding rule for a domain, such as redirecting [email protected] to an external inbox. If this is the first email forwarding rule created for the domain, the API may also update your MX records automatically to enable mail routing. The alias must not conflict with existing email services or MX records. To modify a forwarding rule later, use UpdateEmailForwarding.
Authenticate via HTTP Basic with your account username and API token. Examples use an explicit 'Authorization: Basic <base64(username:token)>' header; 'curl -u username:token' is equivalent. For sandbox, append "-test" to your username and use your sandbox token on api.dev.name.com.
DomainName is the domain part of the email address to forward.
"example.com"
EmailForwarding contains all the information for an email forwarding entry.
EmailBox is the user portion of the email address to forward. If your email is "[email protected]", it would just be "admin"
1"admin"
EmailTo is the entire email address to forward email to.
1An email forwarding record has been successfully created.
EmailForwarding contains all the information for an email forwarding entry.
DomainName is the domain part of the email address to forward.
1"example.com"
EmailBox is the user portion of the email address to forward.
1"admin"
EmailTo is the entire email address to forward email to.