You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at SMTPConnection._actionHELO (/app/node_modules/nodemailer/lib/smtp-connection/index.js:1387:27)
at SMTPConnection._processResponse (/app/node_modules/nodemailer/lib/smtp-connection/index.js:993:20)
at SMTPConnection._onData (/app/node_modules/nodemailer/lib/smtp-connection/index.js:774:14)
at SMTPConnection._onSocketData (/app/node_modules/nodemailer/lib/smtp-connection/index.js:195:44)
at TLSSocket.emit (node:events:519:28)
at addChunk (node:internal/streams/readable:561:12)
at readableAddChunkPushByteMode (node:internal/streams/readable:512:3)
at Readable.push (node:internal/streams/readable:392:5)
at TLSWrap.onStreamRead (node:internal/stream_base_commons:189:23)
at TLSWrap.callbackTrampoline (node:internal/async_hooks:130:17)`
However, I noticed that MAILER_SERVERNAME isn't documented on the Environment Variables page.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there
I finally resolved my SMTP issue with Affine.
The problem was solved by adding MAILER_SERVERNAME as an environment variable, without it, I kept encountering the error:
`Error: Invalid HELO. response=501 5.5.4 Invalid argument: 501 5.5.4 Invalid argument
However, I noticed that MAILER_SERVERNAME isn't documented on the Environment Variables page.
This should be added to the documentation.
BR
Beta Was this translation helpful? Give feedback.
All reactions