Skip to content
This repository has been archived by the owner on Feb 26, 2019. It is now read-only.

Latest commit

 

History

History
5 lines (4 loc) · 366 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 366 Bytes

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.