await strapi
.plugin('email')
.service('email')
.send({
Interestingly enough just using the plain vanilla email service works instead of the sendTemplatedEmail
await strapi
.plugin('email')
.service('email')
.send({
Interestingly enough just using the plain vanilla email service works instead of the sendTemplatedEmail