SAMV71 Xplained Ultra Software Package 1.5

smtp.h File Reference

#include "uipopt.h"

Go to the source code of this file.

Data Structures

struct  uip_tcp_appstate_t

Defines

#define SMTP_ERR_OK   0
#define SMTP_SEND(to, cc, from, subject, msg)   smtp_send(to, cc, from, subject, msg, strlen(msg))
#define UIP_APPCALL   smtp_appcall

Functions

void smtp_done (unsigned char error)
void smtp_init (void)
void smtp_configure (char *localhostname, u16_t *smtpserver)
unsigned char smtp_send (char *to, char *from, char *subject, char *msg, u16_t msglen)
void smtp_appcall (void)

Detailed Description

SMTP header file

Author:
Adam Dunkels <adam@dunkels.com>

Definition in file smtp.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines