Awesome Go

Hectane

CategoryEmail
SubcategoryEmail
Stars0

Lightweight SMTP client providing an HTTP API

About Hectane

Hectane

Build Status - Linux Build status - Windows GoDoc MIT License

Hectane is both a Go package providing an SMTP queue for sending emails and a standalone application that exposes this functionality via an HTTP API.

Features

  • Ability to attach files to emails
  • Support for TLS encryption and HTTP basic auth
  • Mail queue that efficiently delivers emails to hosts
  • Emails in the queue are stored on disk until delivery
  • MX records for the destination host are tried in order of priority
  • Run the application as a service on Windows

Documentation

Documentation for Hectane can be found below:

Installation

In addition to the files on the releases page, Hectane can be installed from any of the sources below:

Frequently Asked Questions

What is Hectane?

Hectane is a Email library for the Go programming language. Lightweight SMTP client providing an HTTP API

How do I install Hectane?

Install Hectane with the Go module system using `go get hectane/hectane`. Check the repository for the current installation instructions.

What category does Hectane belong to?

Hectane is listed under Email, specifically Email.

← Back to Email