1
0
mirror of https://github.com/beestat/app.git synced 2026-05-13 10:52:29 -04:00

Fixed #266 - Migrate from MailChimp to MailGun

This commit is contained in:
Jon Ziebell
2020-06-21 22:10:38 -04:00
parent f909470b5d
commit d0ce15606b
17 changed files with 356 additions and 152 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
/**
* Cache for these external API calls.
*
* @author Jon Ziebell
*/
class mailgun_api_cache extends external_api_cache {}