0

If I set a users aliases using DirectoryService.users().aliases(), is there any reason to set the sendAs using Gmail.users().settings().sendAs()? I don't need to set any signatures or anything using the Gmail API.

cbuchart
  • 10,847
  • 9
  • 53
  • 93
Kevin C
  • 1
  • 1

1 Answers1

0

Yes, one reason to set the sendAs using Gmail.users().settings().sendAs() is if you want the user of that Google account's Gmail mailbox to send mail with a "From:" header that specifies the sendAs address.

Peter
  • 5,501
  • 2
  • 26
  • 42