https://github.com/hectane/hectane
Lightweight SMTP client written in Go
https://github.com/hectane/hectane
email golang http smtp
Last synced: 9 months ago
JSON representation
Lightweight SMTP client written in Go
- Host: GitHub
- URL: https://github.com/hectane/hectane
- Owner: hectane
- License: mit
- Created: 2015-08-28T01:36:47.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-11-29T20:53:17.000Z (almost 5 years ago)
- Last Synced: 2024-07-31T20:51:16.996Z (over 1 year ago)
- Topics: email, golang, http, smtp
- Language: Go
- Homepage:
- Size: 538 KB
- Stars: 222
- Watchers: 13
- Forks: 25
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-repositories - hectane/hectane - Lightweight SMTP client written in Go (Go)
- awesome-go - Hectane - Lightweight SMTP client providing an HTTP API. (Email / Search and Analytic Databases)
- awesome-go - Hectane - | - | - | (Email / Advanced Console UIs)
- awesome-go-cn - Hectane
- awesome-go-plus - Hectane - Lightweight SMTP client providing an HTTP API.  (Email / Search and Analytic Databases)
- fucking-awesome-go - :octocat: Hectane - Lightweight SMTP client providing an HTTP API :star: 59 :fork_and_knife: 4 (Email / Advanced Console UIs)
- fucking-awesome-go - Hectane - Lightweight SMTP client providing an HTTP API. (Email / Search and Analytic Databases)
- awesome-go - Hectane - Lightweight SMTP client providing an HTTP API. (Email / Search and Analytic Databases)
- awesome-go - Hectane - Lightweight SMTP client providing an HTTP API. - :arrow_down:0 - :star:72 (Email / Advanced Console UIs)
- awesome-go - hectane - Lightweight SMTP client written in Go - ★ 158 (Email)
- awesome-go - Hectane - Lightweight SMTP client providing an HTTP API. (Email / Advanced Console UIs)
- awesome-go-cn - Hectane
- awesome-go-cn - Hectane
- awesome-go - Hectane - Lightweight SMTP client providing an HTTP API. (Email / Search and Analytic Databases)
- awesome-go-extra - hectane - 08-28T01:36:47Z|2020-11-29T20:53:17Z| (Email / Advanced Console UIs)
- awesome-go - Hectane - 提供HTTP API的轻量级SMTP客户端。 (<span id="电子邮件-email">电子邮件 Email</span> / <span id="高级控制台用户界面-advanced-console-uis">高级控制台用户界面 Advanced Console UIs</span>)
- awesome-go-cn - Hectane
- awesome-go - Hectane - Lightweight SMTP client providing an HTTP API. (Email / Advanced Console UIs)
- awesome-go-with-stars - Hectane - Lightweight SMTP client providing an HTTP API. (Email / Search and Analytic Databases)
- awesome-go - Hectane - Lightweight SMTP client providing an HTTP API. (Email / Search and Analytic Databases)
- awesome-go - Hectane - Lightweight SMTP client providing an HTTP API. (Email / Search and Analytic Databases)
- awesome-Char - Hectane - Lightweight SMTP client providing an HTTP API. (Email / Advanced Console UIs)
README
## Hectane
[](https://travis-ci.org/hectane/hectane)
[](https://ci.appveyor.com/project/nathan-osman/hectane)
[](https://godoc.org/github.com/hectane/hectane)
[](http://opensource.org/licenses/MIT)
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:
- [Using Hectane in a Go application](https://github.com/hectane/hectane/wiki/Hectane%20Package)
- [Using Hectane in another language or on a server](https://github.com/hectane/hectane/wiki/Hectane%20Daemon)
### Installation
In addition to the [files on the releases page](https://github.com/hectane/hectane/releases), Hectane can be installed from any of the sources below:
- PPA: [stable](https://launchpad.net/~hectane/+archive/ubuntu/hectane) | [daily](https://launchpad.net/~hectane/+archive/ubuntu/hectane-dev)
- [Juju charm store](https://jujucharms.com/hectane/)
- [Docker Hub](https://hub.docker.com/r/hectane/hectane/)