Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for email redirect rules #85

Open
StefanTheWiz opened this issue Jan 13, 2024 · 1 comment
Open

Add support for email redirect rules #85

StefanTheWiz opened this issue Jan 13, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@StefanTheWiz
Copy link

StefanTheWiz commented Jan 13, 2024

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.

  • 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-all
    to    = "[email protected]"
  }
  email_redirect {
    alias = "[email protected]"
    to    = "[email protected]"
  }
}
@kurok kurok added the enhancement New feature or request label Feb 7, 2024
@kurok
Copy link
Collaborator

kurok commented Feb 7, 2024

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.

@vetal2409 vetal2409 self-assigned this Feb 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants