-
Can you remove the MAILGUN_API_KEY and MAILGUN domain references from your repo
https://github.com/cool725/crm_app_poland_back/blob/3b98fda7b089433156c1f1b9d70a62b5f7c25c4e/.env.example
![image](htt…
-
[root@localhost IoTgo]# DEBUG="iotgo" ./bin/www
/root/IoTgo/config.js:25
mailgun: {
^^^^^^^
SyntaxError: Unexpected identifier
at Module._compile (module.js:439:25)
at Object.Module._exte…
-
I had an issue with trying to pass variables into a template that was in the Mailgun UI using the send() command.
Following the documentation for ts-mailgun, nothing would transfer the data across …
-
@kenperkins Since Rackspace bought MailGun are you planning to integrate their API into pkgcloud? It's one of those sets of APIs I'm on the fence because it seems like it doesn't belong but at the sam…
-
Hello
I built fider self-hosted on docker environment, it works well.
But when I use "docker-compose logs app" to see logs,
I found it shows "server name component count invalid"
![errors](https…
-
Would it be reasonable to support Mailgun webhook resources? https://documentation.mailgun.com/en/latest/api-webhooks.html
-
Hi
Can you advise how we need to run the docker image? I tried to just run 'docker run -it ronalddddd/slackgun' but i get the following error. I can imagine i need to specify some of the variables …
-
Thanks for a great library. I can't seem to find any info on authentication, is this supported?
As an example, I'm trying to implement a basic form post with user authentication for this service:
h…
-
@chishiki I hope you find this useful. This is an example code of receiving SMS and sending email
Receiving SMS message from Twilio
```node
// https://www.twilio.com/docs/sms/tutorials/how-to-r…
-
**Is your feature request related to a problem? Please describe.**
Mailgun requires you to `POST` to a different API endpoint if your domain is set up as an EU domain, attempting to send a request to…