mongoose/examples/smtp-client
2023-01-10 08:19:49 +00:00
..
ca.pem Add smtp client example 2022-09-20 11:34:22 +01:00
main.c Rename struct mg_connection::label -> data. Make its size configurable 2023-01-10 08:19:49 +00:00
Makefile Add smtp client example 2022-09-20 11:34:22 +01:00
README.md Fix wrong ca.pem path 2022-09-28 16:05:29 -03:00

SMTP client example

This example shows how to send emails using Mongoose. Before running this example, open main.c and modify settings at the top of the file.