|
libwebsockets
Lightweight C library for HTML5 websockets
|
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 |
| 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 | |
| struct lws_smtp_client_ops |
Definition at line 28 of file lws-smtp-client.h.
Collaboration diagram for lws_smtp_client_ops:| Data Fields | ||
|---|---|---|
| int(*)(struct lws_context *cx, struct lws_vhost *vh, const lws_smtp_email_t *email) | send_email | |
| typedef struct lws_smtp_email lws_smtp_email_t |
| typedef struct lws_smtp_client_ops lws_smtp_client_ops_t |