Packages

Swoosh adapter for Cloudflare Email Service

Current section

Files

Jump to
swoosh_cloudflare lib swoosh_cloudflare.ex
Raw

lib/swoosh_cloudflare.ex

defmodule SwooshCloudflare do
@moduledoc """
Documentation for `SwooshCloudflare`.
"""
@doc """
Hello world.
## Examples
iex> SwooshCloudflare.hello()
:world
"""
def hello do
:world
end
end