-
Elena has been working on this, but may need help troubleshooting.
Elena's code (below link)
https://github.com/meishal7/contactform
-
I'm getting a crash when I attempt to send the file. I've attempted to send via a manually defined SMTP and direct to MX and I get this error
```
restify listening at http://[::]:5000
14:50:47.20…
-
### 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…
-
### Is your feature request related to a problem? Please describe.
Making this subscribe to work using node mailer.
### Describe the solution you'd like.
_No response_
### Describe alternatives yo…
-
I first want to say that I love your node mailer, it is fast and very versatile, it fits my needs very well. My only issue with your mailer is that it does not currently support BCC (blind carbon copy…
-
/usr/local/lib/node_modules/homebridge-messenger/node_modules/nodemailer/lib/smtp-transport/index.js:175
return callback(err);
Error: Error: self signed certificate
/usr/local/lib/node_modules/home…
-
I've had a case where two different errors with my smtp server were both resulting in unhandled exceptions that crashed node.
v0.6.4 and node 0.4.8
// First problem happened when Google blocked our …
-
`yarn add react-native-mail`
`react-native link`
`Unhandled JS Exception: Mailer.mail is not a function. (In 'Mailer.mail', 'Mailer.mail' is undefined)`
```
Environment:
OS: macOS Sierra …
-
### Provider type
Email
### Environment
System:
OS: macOS 13.5.1
CPU: (10) arm64 Apple M1 Max
Memory: 5.23 GB / 32.00 GB
Shell: 5.9 - /bin/zsh
Binaries:
Node: 18.17.1 …
-
Используем, например, библиотеку https://github.com/weaver/node-mail
В конфиге пишем все что ему нужно:
``` json
{
"smtp0": {
"url": "/api/smtp",
"language": "STMP",
"charset": "utf-8"…