Files
goext/googleapi
Mikescher 90862ed3f5
Build Docker and Deploy / Run goext test-suite (push) Successful in 1m35s
Merge branch 'feature/upgrade-go'
2026-04-26 14:31:48 +02:00
..
2023-12-04 13:55:41 +01:00
2023-12-04 13:55:41 +01:00
2026-04-21 11:06:01 +02:00
2025-10-22 11:39:01 +02:00
2023-12-17 14:04:35 +01:00

Google OAuth Setup (to send mails)

curl --request POST \
  --url https://oauth2.googleapis.com/token \
  --data code={...} \
  --data redirect_uri=http://localhost/oauth \
  --data client_id={...} \
  --data client_secret={...} \
  --data grant_type=authorization_code \
  --data scope=https://www.googleapis.com/auth/gmail.send
  • Fertig, mit client_id, client_secret und refresh_token kann das package benutzt werden