This file holds empty callback functions needed by the SMTP client to get user-specific e-mail data from the application. Add your own code to perform the requested tasks.
Definition in file smtpc_callbacks.c.
Go to the source code of this file.
Functions | |
| void | smtpc_error (void) |
| SMTP client error handler. | |
| void | smtpc_allok (void) |
| SMTP client success handler. | |
| INT8 | smtpc_getdomain (UINT8 *dbuf) |
| Fills in local domain information. | |
| INT8 | smtpc_getsender (UINT8 *dbuf) |
| Returns senders' e-mail address. | |
| INT8 | smtpc_getreceiver (UINT8 *dbuf) |
| Returns receivers' e-mail address. | |
| INT8 | smtpc_getsubject (UINT8 *dbuf) |
| Returns subject of the E-mail. | |
| INT16 | smtpc_getdata (UINT8 *dbuf, UINT16 buflen) |
| Returns e-mail data (message) to be sent. | |
| void | smtpc_dataacked (void) |
| Last data received by remote host. | |
|
|
Definition at line 84 of file smtpc_callbacks.c. |
|
|
Definition at line 99 of file smtpc_callbacks.c. |
|
|
Definition at line 120 of file smtpc_callbacks.c. |
|
|
Definition at line 139 of file smtpc_callbacks.c. |
|
|
Definition at line 159 of file smtpc_callbacks.c. |
|
|
Definition at line 178 of file smtpc_callbacks.c. |
|
||||||||||||
|
Definition at line 203 of file smtpc_callbacks.c. |
|
|
Definition at line 219 of file smtpc_callbacks.c. |
1.2.18