Git Product home page Git Product logo

wordpress-hectane's Introduction

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:

wordpress-hectane's People

Contributors

j3k0 avatar nathan-osman avatar supermomonga avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

j3k0 supermomonga

wordpress-hectane's Issues

HTML emails

We're using Formidable (a contact-form wordpress plugin) to send styled emails, but they are sent as plain text (i.e. the HTML is sent as plain text) by hectane wordpress plugin.

I saw that hectane itself supports HTML body, but is this supported by the wordpress plugin as well?

Option needed for accepting TLS errors

When connecting to Hectane via TLS, there is currently no option to ignore SSL errors caused by expired certificates or unrecognized certificate authorities. This should at least be configurable. (See discussion in #1.)

e-mail could not be sent

Hello.

I just installed hectane to use with wordpress (using docker-hectane).

Trying to test by using "recover password" from wordpress but get the following:

The e-mail could not be sent.
Possible reason: your host may have disabled the mail() function.

The link from wordpress container to hectane seems alright:

$ docker exec -it statusggsovh_wordpress_1 bash
# curl -ki https://mail:8025/v1/version
HTTP/1.1 200 OK
Content-Type: application/json
Date: Tue, 20 Oct 2015 06:39:07 GMT
Content-Length: 19

{"version":"0.2.1"}

Settings on the wordpress side:

Settings

Anything I should try / be aware of? Nothing appears on either wordpress nor hectane container logs.

Thanks for the effort, I'm looking forward to have it up and running 👍

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.