Add: apply nCloud Outbound Mailer api
This commit is contained in:
@@ -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"];
|
||||
|
||||
Reference in New Issue
Block a user