mirror of
https://github.com/google/nomulus
synced 2026-08-02 05:16:08 +00:00
Add publish functionality to billing pipeline
This closes the end-to-end billing pipeline, allowing us to share generated detail reports with registrars via Drive and e-mail the invoicing team a link to the generated invoice. This also factors out the email configs from ICANN reporting into the common 'misc' config, since we'll likely need alert e-mails for future periodic tasks. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=180805972
This commit is contained in:
@@ -25,8 +25,8 @@ import javax.mail.internet.InternetAddress;
|
||||
/** Static utils for emailing reporting results. */
|
||||
public class ReportingEmailUtils {
|
||||
|
||||
@Inject @Config("icannReportingSenderEmailAddress") String sender;
|
||||
@Inject @Config("icannReportingRecipientEmailAddress") String recipient;
|
||||
@Inject @Config("alertSenderEmailAddress") String sender;
|
||||
@Inject @Config("alertRecipientEmailAddress") String recipient;
|
||||
@Inject SendEmailService emailService;
|
||||
@Inject ReportingEmailUtils() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user