Categorygithub.com/disconnect24/appengine-smtp
repositorypackage
0.0.0-20180104190602-83b08bfe567e
Repository: https://github.com/disconnect24/appengine-smtp.git
Documentation: pkg.go.dev

# README

appengine-smtp

a modern fix to a modern solution...?

backstory

App Engine standard instances don't allow socket connections unless attacted to a context. This library, which is literally net/smtp at commit 541bf9f adds a context and uses the App Engine socket API.