Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 368 Bytes

readme.md

File metadata and controls

13 lines (8 loc) · 368 Bytes

Send Gmail Messages with Golang and Gmail API

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

Run

go run main.go