|
DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
|
Outbound SMTP client (RFC 5321) - implementation. See smtp.h for the model. More...
Go to the source code of this file.
Outbound SMTP client (RFC 5321) - implementation. See smtp.h for the model.
smtp_run() is the pure dialogue engine (host-testable via the send/recv seam); smtp_send() binds it to the real transport on Arduino (det_client, +det_tls csess).
Definition in file smtp.cpp.