云盘
志元云盘
备份云盘
Home
/
志元云盘
/
webdav
/
sync
/
c
/
open-ocpp
/
3rdparty
/
libwebsockets
/
minimal-examples
/
abstract
/
protocols
/
smtp-client
File
OriginalPic
Thumbnails
CopyAllDownloadUrl
EditTime
Size
CMakeLists.txt
2024-07-14 16:18:15
645 B
main.c
2024-07-14 16:18:15
2.66 KB
README.md
2024-07-14 16:18:15
661 B
# lws api test smtp client Demonstrates how to send email through your local MTA ## build Requires lws was built with `-DLWS_WITH_SMTP=1` at cmake. ``` $ cmake . && make ``` ## usage Commandline option|Meaning ---|--- -d
|Debug verbosity in decimal, eg, -d15 -r
|Send the test email to this email address ``` $ ./lws-api-test-smtp_client -r andy@warmcat.com [2019/04/17 05:12:06:5293] USER: LWS API selftest: SMTP client [2019/04/17 05:12:06:5635] NOTICE: LGSSMTP_IDLE: connecting to 127.0.0.1:25 [2019/04/17 05:12:06:6238] NOTICE: email_sent_or_failed: sent OK [2019/04/17 05:12:06:6394] USER: Completed: PASS ```
2025-09-02 23:40:01 Tuesday 216.73.216.107 Runningtime:0.015s Mem:1.47 MB