libwebsockets
Lightweight C library for HTML5 websockets
class="ui-resizable-handle">
Loading...
Searching...
No Matches
lws_smtp_client_ops Struct Reference

#include <lws-smtp-client.h>

Collaboration diagram for lws_smtp_client_ops:

Data Fields

int(* send_email )(struct lws_context *cx, struct lws_vhost *vh, const lws_smtp_email_t *email)

Detailed Description

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

Field Documentation

◆ send_email

int(* lws_smtp_client_ops::send_email) (struct lws_context *cx, struct lws_vhost *vh, const lws_smtp_email_t *email)

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


The documentation for this struct was generated from the following file: