#include "uip.h"
#include "smtp.h"
#include "smtp-strings.h"
#include <string.h>
Include dependency graph for smtp.c:
Functions | |
unsigned char | smtp_send (char *to, char *from, char *subject, char *msg, u16_t msglen) |
Send an e-mail. | |
void | smtp_configure (char *lhostname, u16_t *server) |
Specificy an SMTP server and hostname. |