libwebsockets
Lightweight C library for HTML5 websockets
class="ui-resizable-handle">
Loading...
Searching...
No Matches
lws-smtp-client.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  lws_smtp_email
struct  lws_smtp_client_ops

Typedefs

typedef struct lws_smtp_email lws_smtp_email_t
typedef struct lws_smtp_client_ops lws_smtp_client_ops_t

Data Structure Documentation

◆ lws_smtp_email

struct lws_smtp_email

Definition at line 20 of file lws-smtp-client.h.

Collaboration diagram for lws_smtp_email:
Data Fields
void * data
const char * from
const char * to
const char * subject
const char * body

Typedef Documentation

◆ lws_smtp_email_t

◆ lws_smtp_client_ops_t