Skip to content

Commit

Permalink
Fix the alert recipient address for Spec11 (google#2103)
Browse files Browse the repository at this point in the history
During email migration, alerts should be sent to the address
annotated with `newAlertRecipientEmailAddress`.
  • Loading branch information
weiminyu authored Aug 10, 2023
1 parent ee66805 commit c6f62dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c6f62dc

Please sign in to comment.