VocabularysmtpClass descriptionAn SMTP configuration object, with the following slots:
domain | Name of the machine sending the email, or host-name if empty. |
server | An <inet> of the SMTP server. |
tls? | Secure socket after connecting to server, server must support STARTTLS |
read-timeout | Length of time after which we give up waiting for a response. |
auth | Either no-auth or an instance of plain-auth or login-auth |
See alsodefault-smtp-configVariable valueCurrent value in global namespace:
Definition