kc3-lang/smtp/src/smtp.h

Branch :


Log

Author Commit Date CI Message
ee6d4b2c 2018-08-21 04:29:41 Set all source files to version 1.00.
1d3a8bc0 2018-08-12 07:53:32 Minor reformatting and documentation updates.
530cf11f 2018-08-11 22:29:33 Add new cafile parameter to smtp_open function which allows the caller to explicitly provide a certificate to use instead of adding the certificate to the default certificate path.
e46b1980 2018-06-01 16:08:58 Add an SMTP client C library which consists of a header file and a C file. These two files can get included and compiled directly into another program which will allow that program to send emails to an SMTP email server.