smtp-config
SMTP client library

Next:default-smtp-config ( -- smtp-config )


Vocabulary
smtp

Class description
An SMTP configuration object, with the following slots:
domainName of the machine sending the email, or host-name if empty.
serverAn <inet> of the SMTP server.
tls?Secure socket after connecting to server, server must support STARTTLS
read-timeoutLength of time after which we give up waiting for a response.
authEither no-auth or an instance of plain-auth or login-auth


See also
default-smtp-config

Variable value
Current value in global namespace:
T{ smtp-config f f ~inet~ t ~duration~ ~plain-auth~ }


Definition


TUPLE: smtp-config
domain server tls?
{ read-timeout duration initial: T{ duration } } auth ;