keystone-email icon indicating copy to clipboard operation
keystone-email copied to clipboard

Missing arguments in mailgun-js init

Open carlrygart opened this issue 6 years ago • 4 comments

Currently only apiKey and domain are passed to mailgun-js init. In my case I need host also (using eu instances).

https://github.com/keystonejs/keystone-email/blob/master/lib/transports/mailgun/index.js#L19

carlrygart avatar Sep 23 '18 21:09 carlrygart

Same issue here, using EU instance

Sylchi avatar Jan 21 '20 17:01 Sylchi

Same issue here, when will it be merged?

siebevh avatar Feb 03 '20 10:02 siebevh

I am looking for the same option

macroramesh6 avatar Sep 25 '20 05:09 macroramesh6

Has been open for years. I forked the package can be used from here: https://www.npmjs.com/package/keystone-email-mailgun-options

Another option is to just use the mailgun own package

Sylchi avatar Sep 25 '20 15:09 Sylchi