Lines Matching full:email
241 /** source email address */
245 /** target email address */
247 /** size of the target email address */
249 /** subject of the email */
573 * Send an email via the currently selected server, username and password.
575 * @param from source email address (must be NULL-terminated)
576 * @param to target email address (must be NULL-terminated)
577 * @param subject email subject (must be NULL-terminated)
578 * @param body email body (must be NULL-terminated)
582 * (this does not mean the email has been successfully sent!)
605 /* Allocate memory to keep this email's session state */ in smtp_send_mail()
620 /* copy source and target email address */ in smtp_send_mail()
1387 /* send email header */ in smtp_process()