-
```
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ High │ Code Injection │
├───────────────┼────────────…
-
after update to nest ver 10
I'm getting an error message
error TS2345: Argument of type 'FastifyPluginCallback' is not assignable to parameter of type 'FastifyPluginCallback | FastifyPluginAsync…
-
```
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Moderate │ Inefficient Regular Expression Complexity │
├───────────────┼──────────────…
-
**Describe the bug**
I am trying to install this package under npm.
As said in the README I tried the both commands to install it but it always gives me 11 critical vulnerabilities.
**To Reproduc…
-
```
yarn audit v1.22.19
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ high │ qs vulnerable to Prototype Pollution │
├─────────…
-
**Describe the bug**
The mails are sent with no problems, but these emails are sent with a blank body, only can send content when using `text` or `html` properties, never with `template`, in my case …
-
I am unable to use handlebars for sending email with templates.
My code snippet:
`import {MailerModule, HandlebarsAdapter} from '@nestjs-modules/mailer';
@Module({
imports: [
Ma…
-
Hello,
I am using a module to send email.
So I installed the module @nestjs-modules/mailer and then I make my config to send mail.
But the things are I want to test if I put the good credential…
-
**Summary**
Setting up [nodemailer with ethereal](https://nodemailer.com/about/#example) results in `Error: connect ECONNREFUSED 127.0.0.1:587`.
If I'm understanding correctly, for some reason i…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
When setting up the beta self hosted Hoppscotch and running everything using the provid…