Make nodebb-plugin-emailer-mailjet compatible with 3.x
-
Re: [nodebb-plugin-emailer-mailjet] Mailjet Integration
Hi @baris @julian @pichalite can we please make this plugin compatible with v3.x ? I'm helping someone out who is based on the other side of the world (Australia - I'm in the UK), so getting together isn't easy - but I have access to their domain and site etc, so this would be ideal if I could use this plugin once compatible.
Or, alternatively, let me know if there is a way I can make this work myself?
Error is as below (console)
emailer-mailjet:594 Uncaught ReferenceError: require is not defined at emailer-mailjet:594:2
Thanks
-
@julian I'm not sure this is working properly. It installs and saves API key and secret, but this appears in the logs
2023-08-24T17:07:50.809Z [4567/2323164] - error: [plugins/emailer-mailjet] API key or SECRET Key not set!
And when I send a test email
2023-08-24T17:09:04.141Z [4567/2323164] - error: [emailer.mailjet] Mailjet is not set up properly!
-
@phenomlab not sure what's wrong but the plugin was using a really old version of mailjet dependency so I upgraded that. https://github.com/NodeBB-Community/nodebb-plugin-emailer-mailjet/commit/15fa69228f1f4b6b5917c210c5a099fa1b97aa25
New version is 3.0.0 give it a shot.