courier v0.1.0 Courier.Adapters.SMTP
SMTP Adapter
The built-in SMTP adapter is implemented with gen_smtp
When setting up the adapter the following options can be used
relay
mail server hostport
mail server port (defaults to25
whenssl
isfalse
, defaults to465
whenssl
istrue
)ssl
connect with SSL (defaults tofalse
)hostname
label for therelay
username
username used for authenticationpassword
password used for authentication
Summary
Functions
Primary delivery hook
The options
must be a Keyword list. The keys must be atoms. The options conform to the options
expected in [gen_smtp_client](https://github.com/Vagabond/gen_smtp#client-example)