orangecoding / fredy

:heart: Fredy - [F]ind [R]eal [E]states [D]amn Eas[y] - Fredy will constantly search for new listings on sites like Immoscout or Immowelt and send new results to you, so that you can focus on more important things in life ;)
http://www.orange-coding.net
MIT License
209 stars 54 forks source link

fix Mailjet adapter #76

Closed janekbettinger closed 1 year ago

janekbettinger commented 1 year ago

The MailJet API has changed, see e.g. https://github.com/mailjet/mailjet-apiv3-nodejs#api-setup and https://stackoverflow.com/a/74869217.

In addition, the case of adapter.id did not match the one used in the config.

Successfully tested in my local setup.

orangecoding commented 1 year ago

Thank you