Module esmtp_app

ESMTP application module.

Copyright © Geoff Cant

Version: 0.3, Apr 17 2026 10:57:00

Behaviours: application.

Authors: Geoff Cant (nem@erlang.geek.nz).

Description

ESMTP application module

Function Index

config/1Retrieve the configuration value for key Item from the tbld OTP application environment.
need_ssl/1
start/2
start_ssl/0
stop/1

Function Details

config/1

config(Item::atom()) -> term()

Retrieve the configuration value for key Item from the tbld OTP application environment.

need_ssl/1

need_ssl(X1) -> any()

start/2

start(Type, StartArgs) -> any()

start_ssl/0

start_ssl() -> any()

stop/1

stop(State) -> any()


Generated by EDoc