Simple SMTP app-server (receiver) with Ryelang

This page summarizes the projects mentioned and recommended in the original post on /r/ryelang

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • smtpd

    An SMTP server package written in Go, in the style of the built-in HTTP server.

  • Last few days I had some time to start doing what Lamson did with Rye. Lucky for me (and I keep repeating this), Golang has really great server related libraries, and smtpd seems like made for this task. I integrated it into Rye. Then I started integrating Go's standard mail package, but the code for all the email edge cases was becoming quite complicated. I then found Go library parsemail, which I saw, by looking at the code, accounted even for more edge cases I had in mind and it exposed a simpler interface, so I integrated this instead.

  • parsemail

    Simple email parsing for Golang (by thomasberger)

  • Last few days I had some time to start doing what Lamson did with Rye. Lucky for me (and I keep repeating this), Golang has really great server related libraries, and smtpd seems like made for this task. I integrated it into Rye. Then I started integrating Go's standard mail package, but the code for all the email edge cases was becoming quite complicated. I then found Go library parsemail, which I saw, by looking at the code, accounted even for more edge cases I had in mind and it exposed a simpler interface, so I integrated this instead.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts