-
## Summary
A transitive dependency you have in the latest version seems to be impacted by this (issue)[https://github.com/https://github.com/patriksimek/vm2/issues/515].
## Details
Here's wha…
-
### Error
```log
Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client
at new NodeError (node:internal/errors:329:5)
at ServerResponse.setHeader (node:_http…
-
My config in app.module.ts:
` MailerModule.forRoot({
transport: {
host: 'smtp.gmail.com',
port: 587,
ignoreTLS: false,
secure: false,
auth: {
…
-
**Describe the bug**
After installing specific packages for my NestJS project, I am unable to run the `yarn start:dev` command without encountering an ESM-related error.
**To Reproduce**
Steps to…
-
when i build my project with a dependency on
"@nestjs-modules/mailer": "^1.8.1",
AND i prune dev-dependencies (yarn install --production) , i got an error on missing tslib dependency.
Is i…
-
As not all email clients prefer HTML-based emails, nestjs-mailer should support multiple template formats (text and HTML). If the properties `text` and `html` are both passed to nodemailer, it automat…
-
Hi. I am trying the partials config.
I made it work with template only. But when i try a partial in template i have an exception of partial not found and that it needs to be registered. I configure…
-
**Describe the bug**
I have set the partials and templates directory correct. The templates loads but the partials are not found. I did some debugging and found the problem to be related to the impor…
-
Hello !
Already thank you for your work, it's a great job.
I would like to use the module in my job, but it is vulnerable to two big vulnerabilities present in the ``preview-email@2.0.2`` libr…
-
When I try to send at least two emails at the same time, using a different templates (diffrent in content) (with Handlebars adapter), the content for both messages is rendered always with first templa…