SMTP client library


The smtp vocabulary sends e-mail via an SMTP server.

This library is configured by a globally scoped config tuple:
smtp-config

default-smtp-config ( -- smtp-config )


The auth slot is set to an instance of one of the following:
no-auth

plain-auth

login-auth


Constructing an e-mail:
email

<email> ( -- email )


Sending an email:
send-email ( email -- )


More topics:
Setting up SMTP with gmail