Module esmtp

ESMTP api module.

Copyright © Geoff Cant

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

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

Description

ESMTP api module

Function Index

mailq/0
send/1
send/2
send/3
send/5
start/0

Function Details

mailq/0

mailq() -> any()

send/1

send(Msg) -> any()

send/2

send(To, Msg) -> any()

send/3

send(From, To, Msg) -> any()

send/5

send(MX, Ehlo, From, To, Msg) -> any()

start/0

start() -> any()


Generated by EDoc