with-smtp-config ( quot -- )


Vocabulary
smtp

Inputs
quota quotation


Outputs
None

Word description
Connects to an SMTP server using credentials and settings stored in smtp-config and calls the with-smtp-connection combinator.

Notes
This word is used to implement send-email and there is probably no reason to call it directly.

Definition