#include <string.h>
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <windows.h>
Go to the source code of this file.
Defines | |
#define | BUFFSIZE 200 |
Functions | |
int | SendMail (char person[][60], int nmail, char *mailProg, char *subject, char *msg, char *msgPrefix, char *msgSuffix, char *mailServer) |
Variables | |
char * | Sender = NULL |
|
Definition at line 52 of file sendmail.c. Referenced by SendMail(). |
|
Definition at line 56 of file sendmail.c. |
|
Definition at line 54 of file sendmail.c. Referenced by SendMail(). |