C
void SMTPTask();
Description
This function handles periodic tasks associated with the SMTP client, such as processing initial connections and command sequences.
Preconditions
None
Returns
None
Remarks
This function acts as a task (similar to one in an RTOS). It performs its task in a co-operative manner, and the main application must call this function repeatedly to ensure that all open or new connections are served in a timely fashion.