Articles

Only showing: smtp Show all

How to code a SMTP service

Sometimes a service needs to handle inbound emails, not just HTTP requests

In this presentation, we shall see how to write an SMTP service, using just the Go stdlib and one complementary package.