diff options
| -rw-r--r-- | html/app/extends/Send_mail.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/html/app/extends/Send_mail.php b/html/app/extends/Send_mail.php index 7dbb50a..fa0d8d3 100644 --- a/html/app/extends/Send_mail.php +++ b/html/app/extends/Send_mail.php @@ -172,5 +172,19 @@ Log event to Email * test activation code: * ca42d68cfba5fbbafeacc010b8e3a551 * + * + * + * MAIL API + * --- -- -- - - - + * client = ip/mp5(IP) or domain/md5(ref_domain) + * token = md5(client + timestamp + rand(0,10000)) + * + * api : auth_content : client : token + * --- : --- : --- : --- + * mail : ip|domain : md5(*) : md5(...) -> send an email + * image : ip|domain : md5(*) : md5(...) -> proccess an image (resize|crop|convert) + * slack : ip|domain : md5(*) : md5(...) -> send a slack message to channel + * database : ip|domain : md5(*) : md5(...) -> + * */
\ No newline at end of file |
