Send a message (an instance of the SMTPc_MSG structure) to the SMTP server.
smtp-c.h/smtp-c.c
void SMTPc_SendMsg (NET_SOCK_ID sock_id, SMTPc_MSG *msg, SMTPc_ERR *perr); |
sock_id Socket ID.
msg SMTPc_MSG structure encapsulating the message to send.
perr Pointer to variable that will hold the return error code
none.
none.