Files
MermsEmrWeb/mermsemr/src/include/smtp.h
T
2019-02-19 22:35:27 +00:00

11 lines
273 B
C

#ifndef __smtp_lib
#define __smtp_lib
#include "php_tmpl_prefix.h"
#define EMAIL_PREFIX TMPL_PREFIX
int SMTP2( const char * _server, const char * _from, char * _to, char * _body, const char * _domain, const char * _user, const char * _pass, const char * _name);
#endif