Create api.mailgun.php
This commit is contained in:
parent
e7e773ec54
commit
2769bab7aa
8
route/api.mailgun.php
Normal file
8
route/api.mailgun.php
Normal 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"));
|
||||
|
Loading…
Reference in New Issue
Block a user