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