Skip to main content
Version: current

e-mail


tool/e-mail

Type: Settings Directory

ArgumentTypeDescription
serveralt { ipv6: ip6Addr , ip: ipAddr , fqdn: string }SMTP server IP address, IPv6 address, or FQDN. Default: 0.0.0.0.
portnumSMTP server port. Default: 25.
tlsenum (no | yes | starttls)TLS encryption mode. yes - sends STARTTLS and drops the session if TLS is not available on the server. no - does not send STARTTLS. starttls - sends STARTTLS and continues without TLS if the server responds that TLS is not available. Default: no.
vrfenumVRF on which the service creates outgoing connections. Default: main.
fromstringName or email address that will be shown as the sender. Default: <>.
userstringUsername used for authenticating to an SMTP server. Default: "".
passwordstringPassword used for authenticating to an SMTP server. Default: "".
certificate-verificationenum (no | yes | yes-without-crl)TLS certificate validation. yes - validates the certificate chain from the local certificate store. yes-without-crl - validates the certificate without performing a CRL check. Default: no.
Read-only ArgumentTypeDescription
last-statusenum (none | resolving-dns | in-progress | failed | succeeded)Status of the last email send attempt.
last-addressalt { ip: ipAddr , ipv6: ip6Addr }IP address of the last used SMTP server.