Did you know ... | Search Documentation: |
Packs (add-ons) for SWI-Prolog |
Title: | An (E)SMTP client for sending mail |
---|---|
Rating: | |
Latest version: | 1.1.0 |
SHA1 sum: | 29f4351c5a738b02cb58f9a92bd98a87eb0665a2 |
Author: | Jan Wielemaker <jan@swi-prolog.org> |
Home page: | https://github.com/JanWielemaker/smtp |
Download URL: | https://github.com/JanWielemaker/smtp/releases/*.zip |
Version | SHA1 | #Downloads | URL |
---|---|---|---|
0.9 | 6ce5cfc8161b8ed6ce403175fde5c33dadf4d9a8 | 1 | http://www.swi-prolog.org/download/pack/smtp-0.9.tgz |
0.9.1 | fe385cd7d8d01f7debc7a486c9ed178787dcaded | 1 | http://www.swi-prolog.org/download/pack/smtp-0.9.1.tgz |
0.9.2 | 7968ccfbdce55a19491a2d5cb566d576f44d720c | 12 | http://www.swi-prolog.org/download/pack/smtp-0.9.2.tgz |
0.9.3 | 5999ccc2bd37a9c9ff52a17bdadfe1af596abd04 | 84 | http://www.swi-prolog.org/download/pack/smtp-0.9.3.tgz |
0.9.4 | 7555fc6f28fe93ca68eecdfdde073831612a74c6 | 98 | http://www.swi-prolog.org/download/pack/smtp-0.9.4.tgz |
1.0.0 | 4e6a6d3a57eae1337b7fdb12d18395347a99cc24 | 155 | https://github.com/JanWielemaker/smtp/archive/V1.0.0.zip |
1.1.0 | 29f4351c5a738b02cb58f9a92bd98a87eb0665a2 | 27 | https://github.com/JanWielemaker/smtp/archive/V1.1.0.zip |
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).
Pack contains 4 files holding a total of 17.3K bytes.