DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
Loading...
Searching...
No Matches
smtp.cpp File Reference

Outbound SMTP client (RFC 5321) - implementation. See smtp.h for the model. More...

#include "services/smtp/smtp.h"
#include "ServerConfig.h"

Go to the source code of this file.

Detailed Description

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.