-
### New Issue Checklist
- [x] I am not disclosing a [vulnerability](https://github.com/parse-community/parse-server/blob/master/SECURITY.md).
- [x] I am not just asking a [question](https://gith…
-
1) "mailgun-js": "^0.21.0"
2) Node js v10.5.0 on Windows 10 1803
3) I don't have tested on other languages
4)
Declaration
```
const Mailgun = require('mailgun-js');
const service = Mail…
-
Here's the config I needed to get this working:
Using Guzzle5 adaptor.
```
swiftmailer:
transport: %mailer_transport%
spool: { type: memory }
cspoo_swiftmailer_mailgun:
ke…
-
node version:
v14.15.4
after upgrade to the latest version (2.1.3) start getting error:
```
TypeError [ERR_INVALID_ARG_TYPE]: The first argument must be of type string or an instance of Buffe…
-
Right now, when defining an email sender, and when sending an email via it, we don't allow any provider-specific options. It would be useful to provide some, because for example, users using `Sendgrid…
-
Hi! Please help me, I have an error:
```
Please make sure you have entered your Mailgun API Key in your gulpfile
[23:34:18] 'test' errored after 1.55 s
[23:34:18] Error in plugin 'gulp-mailgun'
…
-
Currently the server doesn't implement the OPTIONS preflight.
-
Gmail has a number of limitations on how many e-mails can be sent during a certain time span. Will this be a problem if we want to send up to 100 mails at the same time?
Reading suggestions:
- htt…
-
Hi,
i have try to upgrade my opensign instance from v1.2.2-beta to v1.4.2.
After the upgrade, i've try to retrieve my password my the forgot password button, but when i submit with my email, a popup…
-
Hi I am using mailgun-js 0.21.0.
var api_key = 'pubkey-XXXXXXXXX';
var domain = 'XXXXXXXXXXXX';
var mailgun = require('mailgun-js')({apiKey: api_key, domain: domain});
mailgun.parse(
[ 'alice…