JanWielemaker / smtp

SWI-Prolog smtp pack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SMTP pack for SWI-Prolog

Provides sending mail using the (E)SMTP protocol. This library currently supports good old SMTP, encrypted and authorized ESMTP. Both SSL/TLS and STARTTLS encryption is supported. Authorization is supported using PLAIN and LOGIN methods.

Installation (from within SWI-Prolog):

?- pack_install(smtp).

About

SWI-Prolog smtp pack


Languages

Language:Prolog 100.0%