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
Post a Comment