Hemann55 / medusa-plugin-mailjet

Mailjet Plugin for Medusa to send transactional emails.
7 stars 4 forks source link

Help to integrate mailjet plugin #5

Open annalbirena opened 11 months ago

annalbirena commented 11 months ago

Hello! I am trying to integrate medusa-plugin-mailjet to my Medusa backend but I have problems

  1. When I try to send emails for order placed events. I get the following error:

image

  1. When I try to invite users. I get the following: Processing invite.created which has 0 subscribers

I would be very grateful if you could help me.

CONFIGURATION DETAILS

{
    resolve: `medusa-plugin-mailjet`,
    options: {
      public_key: MAILJET API KEY,
      private_key: MAILJET SECRET KEY,
      from: "Hello hello@example.com",
      order_placed_template: 1234567,
      invite_created_template: 1234568,
    },
  }
felixH3r commented 9 months ago

you have to define redis - without redis and event bus notification are not possible

woniuxingdong commented 9 months ago

you have to define redis - without redis and event bus notification are not possible

Agreed, as it's the event bus.

@annalbirena Have you tried out his plugins? I planned to use the mailjet as well, not sure if it is painful.