MCPcopy Create free account
hub / github.com/acl-dev/acl / get_status

Method get_status

lib_acl_cpp/src/smtp/smtp_client.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47const char* smtp_client::get_status(void) const
48{
49 return client_ == NULL ? "unknown" : client_->buf;
50}
51
52bool smtp_client::send(const mail_message& message,
53 const char* email /* = NULL */)

Callers 4

send_mailFunction · 0.45
on_http_res_hdrMethod · 0.45
show_slaveFunction · 0.45
testFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected