How to send email through Gmail API ? Go -


i'm trying send email through gmail api using go find documentation quite flawed/ confusing. once don't see receipt field nor email body.

i don't need upload find simple upload, multipart upload, resumable upload methods totally useless. there clear demo (with data /params required e.g. curl payload) ?

as side note i'm not sure if i'm 1 thinking google apis seem quite worst out there (in terms of usability) unless there library available. gmail api seems candidate.

you use directly go library gmail api:
http://godoc.org/code.google.com/p/google-api-go-client/gmail/v1

(you have simpler libraries slymarbo/gmail or njern/gogmail)


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

python - Django-cities exits with "killed" -

python - How to get a widget position inside it's layout in Kivy? -