mirror of
https://github.com/google/nomulus
synced 2026-01-09 07:33:42 +00: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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user