Current section
Files
Jump to
Current section
Files
include/lumenmail@smtp_SmtpClientBuilder.hrl
-record(smtp_client_builder, {
host :: binary(),
port :: integer(),
tls_mode :: lumenmail@types:tls_mode(),
credentials :: gleam@option:option(lumenmail@types:credentials()),
timeout_ms :: integer(),
helo_host :: binary(),
allow_invalid_certs :: boolean()
}).