|
ProtoCore v0.0.2
Deterministic, zero-heap network stack for embedded targets
|
Outbound SMTP client (RFC 5321) - implementation. See smtp.h for the model. More...
#include "services/net/smtp/smtp.h"#include "protocore_config.h"#include "services/system/clock.h"#include "shared_primitives/strbuf.h"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 (pc_client, +pc_tls csess).
Definition in file smtp.cpp.