Tobias Thiele

Results 52 comments of Tobias Thiele

Could you explain what do you mean by having to send variables in uppercase by giving us an example on how it works and on how it not works?

Since #128 was merged, could you try to clone the `main` branch of this repository into your plugins folder and configure the plugin to resolve to this folder instead of...

You have to rebuild the application using yarn build or npm run build

Could you please try the following code: ```diff strapi .plugin('email-designer') .service('email') .sendTemplatedEmail({ to: sendTo, + from: `${process.env.DEFAULT_FROM_EMAIL_NAME} `, - from: { - email: process.env.DEFAULT_FROM_EMAIL, - name: process.env.DEFAULT_FROM_EMAIL_NAME - } },...

Hey @StynV, have you updated anything on your system? Like Strapi Version or anything else? Because, since there was no official release of this plugin since months, it shouldn't be...

@StynV I guess you also ran `npm / yarn install`, `npm / yarn run build` and restarted the process after switching the branches? What is happening, if checkout the old...

good to know that form doesn't work anymore :D currently really busy with work but will contact you. In the meantime please try to reproduce the problem locally. Maybe you...

flagged the PR as a breaking change ( https://github.com/alexzaganelli/strapi-plugin-email-designer/pull/128 ) but for some reason it wasn't merged into a major release

glad to see you in here @manniL if I can help debugging / testing let me know 🥳