You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a feature request. I'd like to be able to set the email redirect rules via Terraform, without having to log into the control panel to do it manually.
Terraform Version: v1.x
Namecheap provider version: v2.1.1
Example
resource"namecheap_domain_records""my-domain-com" {
# ...email_type="FWD"email_redirect {
alias="*"# this would be the catch-allto="[email protected]"
}
email_redirect {
alias="[email protected]"to="[email protected]"
}
}
The text was updated successfully, but these errors were encountered:
To manage email redirect rules using Terraform, especially for Namecheap, you need to rely on the provider's support for such features. Now, direct support for email forwarding or redirect rules through the Terraform Namecheap provider is not available out of the box. We will consider this feature request.
Hi
I have a feature request. I'd like to be able to set the email redirect rules via Terraform, without having to log into the control panel to do it manually.
Example
The text was updated successfully, but these errors were encountered: