Swoosh v0.23.2 Swoosh.Adapter behaviour View Source
Specification of the email delivery adapter.
Link to this section Summary
Callbacks
Delivers an email with the given config.
Link to this section Types
Link to this type
config()
View Source
config()
View Source
config() :: Keyword.t()
config() :: Keyword.t()
Link to this type
email()
View Source
email()
View Source
email() :: Email.t()
email() :: Email.t()
Link to this type
t()
View Source
t()
View Source
t() :: module()
t() :: module()
Link to this section Functions
Link to this function
validate_config(required_config, config) View Source
Link to this function
validate_dependency(required_deps) View Source
Link to this section Callbacks
Link to this callback
deliver(email, config) View Source
Delivers an email with the given config.
Link to this callback
validate_config(config) View Source
Link to this callback