libwebsockets
Lightweight C library for HTML5 websockets
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_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

◆ lws_smtp_client_ops

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 Documentation

◆ lws_smtp_email_t

◆ lws_smtp_client_ops_t