From 8149442a93a76bfead92e58950bd970173d5e5c9 Mon Sep 17 00:00:00 2001 From: Silvio Moioli Date: Thu, 3 Apr 2025 10:24:54 +0200 Subject: [PATCH] README.md: update to changes in the Google Cloud Console UI This adapts instructions to reflect the current Google Cloud Console UI. --- go/sendgmail/README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/go/sendgmail/README.md b/go/sendgmail/README.md index 2bb91dd..895ecff 100644 --- a/go/sendgmail/README.md +++ b/go/sendgmail/README.md @@ -38,11 +38,8 @@ send-email`. 3. Go back to **APIs & Services > OAuth consent screen** in the Google Cloud console. - * Add `USERNAME@gmail.com` as a test user. This is necessary for using the - project that you created. - - * Add `https://mail.google.com/` as a scope. This is necessary for using - Gmail via SMTP. + * Add `https://mail.google.com/` as a scope under **Data Access**. + This is necessary for using GMail via SMTP. ## Installing sendgmail