Handbook
Glossary
default-smtp-config ( -- smtp-config )
SMTP client library
Prev:
smtp-config
Next:
no-auth
Vocabulary
smtp
Inputs
None
Outputs
smtp-config
a
smtp-config
Word description
Creates a new
smtp-config
with defaults of a one minute
read-timeout
,
no-auth
for authentication, and
localhost
port
25
as the server.
See also
smtp-config
Definition
USING:
accessors
calendar
io.sockets
;
IN:
smtp
:
default-smtp-config
( -- smtp-config )
<smtp-config>
"localhost"
25
<inet>
>>server
1
minutes
>>read-timeout
no-auth
>>auth
;
inline