Add: apply nCloud Outbound Mailer api

This commit is contained in:
2018-10-02 18:37:39 +09:00
parent c6e30fccb7
commit 0f2a2352b1
7 changed files with 379 additions and 52 deletions
+2
View File
@@ -4,9 +4,11 @@ header("Content-Type: application/json");
include "./../setup/connect_db.php";
include "./../lib/send_reply_json.php";
include "./../lib/maestro_account_info.php";
include "./../lib/db_maestro.php";
include "./../mail/mail_setting.php";
include "./../mail/send_mail.php";
$maestro_name = $_POST["maestro_name"];
$password = $_POST["password"];
$email = $_POST["email"];