Merge branch 'master' of https://github.com/gnh1201/reasonableframework
This commit is contained in:
commit
b09723757e
14
helper/mailgun.api.php
Normal file
14
helper/mailgun.api.php
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* @file mailgun.api.php
|
||||||
|
* @date 2019-04-12
|
||||||
|
* @author Go Namhyeon <gnh1201@gmail.com>
|
||||||
|
* @brief Mailgun REST API interface module
|
||||||
|
* @documentation https://documentation.mailgun.com/en/latest/api-sending.html
|
||||||
|
*/
|
||||||
|
|
||||||
|
if(!check_function_exists("mailgun_send_message")) {
|
||||||
|
function mailgun_send_message() {
|
||||||
|
// todo
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user