mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-05 02:41:14 -05:00
Add a mail-from subdomain to staging and prod ses
This commit is contained in:
@@ -34,3 +34,9 @@ variable "email_receipt_error" {
|
||||
type = string
|
||||
description = "email address to list in SPF records for errors to be sent to"
|
||||
}
|
||||
|
||||
variable "mail_from_subdomain" {
|
||||
type = string
|
||||
description = "Subdomain of email_domain to set as the mail-from header"
|
||||
default = ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user