Tags: | email, enterprise, network |
Authors: | Elie Chaftari, Dirk Vleugels, Slava Pestov, Doug Coleman, Daniel Ehrenberg |
Class | Superclass | Slots |
tuple | from to cc bcc subject content-type encoding body | |
login-auth | tuple | username password |
plain-auth | tuple | username password |
smtp-config | tuple | domain server tls? read-timeout auth |
no-auth |
Word | Stack effect |
<email> | ( -- email ) |
<login-auth> | ( username password -- login-auth ) |
<plain-auth> | ( username password -- plain-auth ) |
<smtp-config> | ( -- smtp-config ) |
default-smtp-config | ( -- smtp-config ) |
log-smtp-connection | ( message -- ) |
send-email | ( email -- ) |
with-smtp-config | ( quot -- ) |
with-smtp-connection | ( quot -- ) |
Word | Stack effect |
email? | ( object -- ? ) |
login-auth? | ( object -- ? ) |
no-auth? | ( object -- ? ) |
plain-auth? | ( object -- ? ) |
smtp-config? | ( object -- ? ) |
Vocabulary | Summary |
smtp.server | SMTP server for testing purposes |