且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何通过Gmail API发送电子邮件?走

更新时间:2022-11-17 08:30:58

您可以直接使用Go库进行GMail API:

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

You could use directly the Go library for GMail API:
http://godoc.org/code.google.com/p/google-api-go-client/gmail/v1

(你有更简单的图书馆,如 SlyMarbo / gmail njern / gogmail

(You have even simpler libraries like SlyMarbo/gmail or njern/gogmail)