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
+5 -1
View File
@@ -111,11 +111,15 @@
function getMaestroData() {
var maestroID = 1;
var maestroName = "삼화초";
var email = "jisangs@daum.net";
var accountType = 1;
sendRequestServer( //url, sendParams, onSuccess, onFail, isDebugMode);
// "./../server/mail/send_mail_bank_info.php",
"./../server/mail/send_mail_test.php",
"type=get_maestro_data" + "&maestro_id=" + maestroID,
// "type=get_maestro_data" + "&maestro_id=" + maestroID,
"type=get_maestro_data" + "&maestro_id=" + maestroID + "&maestro_name=" + maestroName + "&email=" + email + "&account_type=" + accountType,
function(jsonData) {
console.log(jsonData);