For a Go library for sending emails, the strongest matches are go-gomail/gomail (This library provides robust tools for composing complex MIME), jordan-wright/email (This library provides a robust and flexible way to) and emersion/go-message (This library provides robust streaming support for parsing and). scorredoira/email is also worth a look. Each is ranked by relevance to your query, popularity and recent activity.
Wir kuratieren Open-Source GitHub Repositories passend zu „best go email libraries“. Die Ergebnisse sind nach Relevanz für deine Suche sortiert — nutze die Filter unten oder verfeinere die Suche mit KI.
gomail is a Go SMTP client library used for composing and sending email messages through SMTP servers. It functions as an email message composer and MIME email serializer, converting complex email objects and binary attachments into byte streams according to internet message standards. The library includes an SMTP connection manager that handles server session authentication and transmits multiple messages over a single encrypted connection to reduce network latency. It supports secure email delivery through encrypted data transmission to protect sensitive information during transit. The pro
This library provides robust tools for composing complex MIME messages and managing SMTP sessions, though it focuses primarily on sending rather than email parsing or decoding.
Robust and flexible email library for Go
This library provides a robust and flexible way to compose and send complex MIME-compliant emails with attachments and HTML content, though it focuses primarily on sending rather than parsing or asynchronous queuing.
✉️ A streaming Go library for the Internet Message Format and mail messages
This library provides robust streaming support for parsing and composing complex MIME and Internet Message Format emails, making it a core component for handling email data in Go.
This library provides a straightforward and reliable way to compose and send complex MIME-encoded emails with attachments in Go, though it lacks built-in HTML templating and advanced parsing capabilities.