-
### Package version
9.2.1
### Describe the bug
When using the `node ace make:mail verify_email` command, the file generated is as follows:
```bash
app
└── mails
├── ...
└── ver…
-
Elena has been working on this, but may need help troubleshooting.
Elena's code (below link)
https://github.com/meishal7/contactform
-
```
"npm:adm-zip@^0.5";
"npm:ajv@^8.12";
"npm:ajv-errors@^3";
"npm:ajv-formats@^3";
"npm:ajv-keywords@^5";
"npm:axios@^1.7";
"npm:axios-retry@^4";
"npm:bcryptjs@^2.4";
"npm:body-parser@^1.20"…
-
Is there a way to configure a replyto address? Using `no-reply@...`, which is quite common, would give a clear sign that replying to confirmation / password change E-mails won't work.
Node mailer see…
-
I have scheduled emails to be sent using node-mailer and Node-Schedule. This works perfectly when hosted locally but when the app is live and hosted by Heroku, emails can still be sent but those sched…
-
Qual seria a melhor maneira de efetuar isso no backend?
O envio de email seria integrado via alguma plataforma? Usaria node-mailer com um email fixo de envio?
-
Hi guys,
I am currently using the latest version 0.7.7 on meteor 1.4.1.
Within my packages.json I got ``node-sass`` required like
```
"dependencies": {
"node-sass": "^3.13.0",
},
``…
-
During transpilation I receive this error:
```
Property left of AssignmentExpression expected node to be of a type ["LVal"] but instead got "CallExpression"
```
With this file:
```
import { …
-
Find out if it is possible to configure node mailer to send fake emails for testing purposes.
Maybe this: https://nodemailer.com/smtp/testing/
-
Not sure if I'm using this wrong, or there is a small issue with using Git URLs in package.json.
In our package.json devDependencies, we have the following oddity:
``` js
"devDependencies": {
…