Create mailgun.api.php
This commit is contained in:
parent
a3e41edd57
commit
ac29a7b625
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