mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 08:27:14 +02:00
Change all references to Domain Registry to Nomulus
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=136068582
This commit is contained in:
parent
9695024f1b
commit
71d7a382f3
30 changed files with 38 additions and 38 deletions
|
@ -40,7 +40,7 @@ public class SendEmailUtils {
|
|||
private static SendEmailService emailService = new SendEmailService();
|
||||
|
||||
/**
|
||||
* Sends an email from Domain Registry to the specified recipient. Returns true iff sending was
|
||||
* Sends an email from Nomulus to the specified recipient. Returns true iff sending was
|
||||
* successful.
|
||||
*/
|
||||
public static boolean sendEmail(String address, String subject, String body) {
|
||||
|
@ -48,7 +48,7 @@ public class SendEmailUtils {
|
|||
}
|
||||
|
||||
/**
|
||||
* Sends an email from Domain Registry to the specified recipients. Returns true iff sending was
|
||||
* Sends an email from Nomulus to the specified recipients. Returns true iff sending was
|
||||
* successful.
|
||||
*/
|
||||
public static boolean sendEmail(Iterable<String> addresses, final String subject, String body) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue