Create api.mailgun.php

This commit is contained in:
Namhyeon Go 2019-04-15 16:20:01 +09:00 committed by GitHub
parent e7e773ec54
commit 2769bab7aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
route/api.mailgun.php Normal file
View File

@ -0,0 +1,8 @@
<?php
loadHelper("mailgun.api");
$content = get_requested_value("content", array("_JSON", "_ALL"));
$subject = get_requested_value("subject", array("_JSON", "_ALL"));
$to = get_requested_value("to", array("_JSON", "_ALL"));