Module esmtp_sock

ESMTP SMTP Socket.

Copyright © Geoff Cant

Version: 0.3, Apr 17 2026 10:42:53

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

Description

ESMTP SMTP Socket

Function Index

close/1
command/2
connect/3
read_response/1
read_response_all/1
send/2
send_data/2

Function Details

close/1

close(Esmtp_sock) -> any()

command/2

command(S, Command) -> any()

connect/3

connect(Host, Port, Type) -> any()

read_response/1

read_response(S) -> any()

read_response_all/1

read_response_all(S) -> any()

send/2

send(S, Data) -> any()

send_data/2

send_data(S, Data) -> any()


Generated by EDoc