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 host
  • port mail server port (defaults to 25 when ssl is false, defaults to 465 when ssl is true)
  • ssl connect with SSL (defaults to false)
  • hostname label for the relay
  • username username used for authentication
  • password password used for authentication

Summary

Functions

deliver(message, opts)

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)

start_link(opts)