Backend
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user