This is a simple example of how to send Gmail messages using Golang and the Gmail API.
Refer this video to get client_id, client_secret and refresh_token.
Populate the env variables in the .env file. refer .env.example
go run main.go
This is a simple example of how to send Gmail messages using Golang and the Gmail API.
Refer this video to get client_id, client_secret and refresh_token.
Populate the env variables in the .env file. refer .env.example
go run main.go