mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-18 05:30:21 -04:00
allow non-gov reply to email addresses
we reckon users will like to see gov reply-to email addresses because it will improve their confidence in the email. however, some services, for a few complex reasons, don't want a gov reply to address. rather than add their specific domains to the whitelist for signups etc, just make reply tos allowed from any domain. We vet reply-tos before services go live anyway.
This commit is contained in:
@@ -579,7 +579,7 @@ class ProviderForm(StripWhitespaceForm):
|
||||
|
||||
|
||||
class ServiceReplyToEmailForm(StripWhitespaceForm):
|
||||
email_address = email_address(label='Email reply to address')
|
||||
email_address = email_address(label='Email reply to address', gov_user=False)
|
||||
is_default = BooleanField("Make this email address the default")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user