Skip to main content

include/sendr_smtp_SmtpConfig.hrl

-record(smtp_config, {
    hostname :: binary(),
    port :: integer(),
    tls :: sendr_smtp:tls(),
    timeout_ms :: integer(),
    helo_host :: gleam@option:option(binary()),
    credentials :: gleam@option:option(sendr_smtp:credentials())
}).