# Email Forwardings Use Email Forwardings endpoints to set up and manage email forwarding addresses on your domains. ## List Email Forwardings - [GET /core/v1/domains/{domainName}/email/forwarding](https://docs.name.com/api-spec-cdn/namecom.api/email-forwardings/listemailforwardings.md): Returns a paginated list of all email forwarding rules for a domain. ## Create Email Forwarding - [POST /core/v1/domains/{domainName}/email/forwarding](https://docs.name.com/api-spec-cdn/namecom.api/email-forwardings/createemailforwarding.md): Creates a new email forwarding rule for a domain, such as redirecting info@example.com 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. ## Delete Email Forwarding - [DELETE /core/v1/domains/{domainName}/email/forwarding/{emailBox}](https://docs.name.com/api-spec-cdn/namecom.api/email-forwardings/deleteemailforwarding.md): Deletes an email forwarding rule from a domain. ## Get Email Forwarding - [GET /core/v1/domains/{domainName}/email/forwarding/{emailBox}](https://docs.name.com/api-spec-cdn/namecom.api/email-forwardings/getemailforwarding.md): Retrieves the details of a specific email forwarding entry. ## Update Email Forwarding - [PUT /core/v1/domains/{domainName}/email/forwarding/{emailBox}](https://docs.name.com/api-spec-cdn/namecom.api/email-forwardings/updateemailforwarding.md): Updates the destination email address for an existing forwarding rule.