mongoose/examples/smtp-client
Sergio R. Caprile 7cf4834336 Fix wrong ca.pem path
Remove extra EHLO before AUTH (there were two)
2022-09-28 16:05:29 -03:00
..
ca.pem Add smtp client example 2022-09-20 11:34:22 +01:00
main.c Fix wrong ca.pem path 2022-09-28 16:05:29 -03: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.