~george-edison55/charms/precise/hectane/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Overview

Hectane is an open-source SMTP client designed to simplify the process of
delivering emails from a web application. Messages are delivered to the daemon
through an HTTP API and then queued for eventual delivery. Messages awaiting
delivery are stored on disk to avoid data loss.

This charm will install the latest stable release of Hectane directly from
GitHub and prepare it for mail delivery.

# Usage

Hectane is incredibly easy to deploy. Assuming you have a web application named
"myapp", deploying Hectane and connecting it to the web application is as
simple as running the following commands:

    juju bootstrap

    juju deploy myapp
    juju deploy hectane

    juju add-relation myapp hectane

This will allow the web application to send emails using Hectane's HTTP API.

# Configuration

Although Hectane is designed to work perfectly out-of-the-box, there is one
option that can be used to adjust its behavior:

  * `disable_ssl_verification` - causes Hectane to ignore SSL errors when
    connecting to SMTP servers that support STARTTLS

# Contact Information

Author: Nathan Osman <nathan@quickmediasolutions.com>
Report bugs at: http://bugs.launchpad.net/charms/+source/hectane
Location: http://jujucharms.com/charms/precise/hectane