mirror of
https://github.com/google/nomulus
synced 2026-01-07 05:56:49 +00:00
Add placeholder configs for Gmail (#2089)
Add placeholder configs for sending emails using Gmail in GSuite. The names of the new configs are temporary. After migration they will revert to the names currently in use by the AppEngine email API.
This commit is contained in:
@@ -46,6 +46,7 @@ public abstract class EmailMessage {
|
||||
|
||||
public abstract ImmutableSet<InternetAddress> recipients();
|
||||
|
||||
// TODO(b/279671974): remove `from` after migration.
|
||||
public abstract InternetAddress from();
|
||||
|
||||
public abstract ImmutableSet<InternetAddress> ccs();
|
||||
|
||||
Reference in New Issue
Block a user