mirror of
https://github.com/google/nomulus.git
synced 2025-07-23 19:20:44 +02:00
Fix the alert recipient address for Spec11 (#2103)
During email migration, alerts should be sent to the address annotated with `newAlertRecipientEmailAddress`.
This commit is contained in:
parent
ee66805d2e
commit
c6f62dcffd
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ public class Spec11EmailUtils {
|
|||
@Inject
|
||||
Spec11EmailUtils(
|
||||
GmailClient gmailClient,
|
||||
@Config("alertRecipientEmailAddress") InternetAddress alertRecipientAddress,
|
||||
@Config("newAlertRecipientEmailAddress") InternetAddress alertRecipientAddress,
|
||||
@Config("spec11OutgoingEmailAddress") InternetAddress spec11OutgoingEmailAddress,
|
||||
@Config("spec11BccEmailAddresses") ImmutableList<InternetAddress> spec11BccEmailAddresses,
|
||||
@Config("spec11WebResources") ImmutableList<String> spec11WebResources,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue