Lines Matching full:email
29 * These apis let you communicate with a local SMTP server to send email from
33 * 25 and able to send email using the "mail" commandline app. Usually distro
38 * connections, and provides and email queue and retry management.
78 * lws_smtpc_add_email() - Allocates and queues an email object
81 * \param payload: the email payload string, with headers and terminating .
83 * \param sender: the sender name and email
84 * \param recipient: the recipient name and email
86 * \param done: callback called when the email send succeeded or failed
88 * Allocates an email object and copies the payload, sender and recipient into
89 * it and initializes it. Returns NULL if OOM, otherwise the allocated email
95 * The done() callback must free the email object. It doesn't have to free any
104 * lws_smtpc_free_email() - Add email to the list of ones being sent
106 * \param e: email to queue for sending on \p c
108 * Adds an email to the linked-list of emails to send