Home
last modified time | relevance | path

Searched refs:nx_smtp_mail_send (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/addons/smtp/
Dnxd_smtp_client.h382 #define nx_smtp_mail_send _nx_smtp_mail_send macro
388 #define nx_smtp_mail_send _nxe_smtp_mail_send macro
401 UINT nx_smtp_mail_send(NX_SMTP_CLIENT *client_ptr, CHAR *recipient_address, UINT priority,
/NetX-Duo-v6.2.1/samples/
Ddemo_netxduo_smtp_client.c185 status = nx_smtp_mail_send(&demo_client, RECIPIENT_ADDRESS, NX_SMTP_MAIL_PRIORITY_NORMAL, in demo_client_thread_entry()