w3smtp.h

This is the verbatim text of the w3smtp.h include file.

#ifndef W3SMTP_H
#define W3SMTP_H

#include <w3types.h>


typedef struct {
  char *recipient;
  char *sender;
  char *data;
} w3Mail;


w3Mail *w3CreateMail (char* rcpt, char *sender, char *data);


boolean w3DestroyMail (w3Mail *mail);


boolean w3SendMail (w3Mail *mail, const char *mailer, int port);


boolean w3SendMailFile (const char* path);

#endif


Generated at Thu Jun 1 21:36:22 2000 for HTTP Client advanced version by doxygen  written by Dimitri van Heesch, © 1997-1999