How to code a SMTP service

Gopher sorting mail
Image credits: fgm@osinet.fr with Dall-E 2

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.

This talk was presented on 2023-04-13 using Go 1.20, at the Devoxx FR 2023 Golang meetup..

The example code described in the talk is available under an Open Source license on https://code.osinet.fr/fgm/smtpd