ProtoCore v0.0.2
Deterministic, zero-heap network stack for embedded targets
Loading...
Searching...
No Matches
smtp.cpp File Reference

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

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 (pc_client, +pc_tls csess).

Definition in file smtp.cpp.