This commit is contained in:
2019-02-19 22:35:27 +00:00
parent ae5dbd1e80
commit cc33879fd0
264 changed files with 214146 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#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