I have a Blazor application. I'd like to send an email from the server side (for example, when a user registers). I have setup a service account within my gmail organization and have a user in my organization that will be the 'from' address. Can someone point me at the right documentation for this use case? Or an example? I do not want any popup/web authentication step. (The email is sent from the server side, with no GUI.)
(I recognize this as a potentially vague question... I'm not sure what to ask, and the support docs suggested using stack overflow. shrug)