brahyammm
brahyammm
WWasp
Created by Dada on 4/24/2025 in #đŸ™‹questions
Email Verification SMTP not working
solved, I was using port 465 in env vars but read that is usually blocked by VPS providers. luckily my email provider allows 2587 too which is not so opening that one worked.
11 replies
WWasp
Created by Dada on 4/24/2025 in #đŸ™‹questions
Email Verification SMTP not working
having the same issue here, all works locally but when deploying I get 200 and no email. When checking the backend logs I see:
Failed to send email Error: Connection timeout
at SMTPConnection._formatError (/app/node_modules/nodemailer/lib/smtp-connection/index.js:809:19)
at SMTPConnection._onError (/app/node_modules/nodemailer/lib/smtp-connection/index.js:795:20)
at Timeout.<anonymous> (/app/node_modules/nodemailer/lib/smtp-connection/index.js:237:22)
at listOnTimeout (node:internal/timers:569:17)
at process.processTimers (node:internal/timers:512:7) {
code: 'ETIMEDOUT',
command: 'CONN'
}
Failed to send email Error: Connection timeout
at SMTPConnection._formatError (/app/node_modules/nodemailer/lib/smtp-connection/index.js:809:19)
at SMTPConnection._onError (/app/node_modules/nodemailer/lib/smtp-connection/index.js:795:20)
at Timeout.<anonymous> (/app/node_modules/nodemailer/lib/smtp-connection/index.js:237:22)
at listOnTimeout (node:internal/timers:569:17)
at process.processTimers (node:internal/timers:512:7) {
code: 'ETIMEDOUT',
command: 'CONN'
}
I deployed via CapRover following the tutorial. I tried to map/open the ports used for SMTP 465 and 587 but no luck. Do you have any suggestion?
11 replies
WWasp
Created by brahyammm on 9/8/2024 in #đŸ™‹questions
wasp new with saas shows white page
that worked thanks!. but why is this happening? I already built a previous project with it and didnt have to disable anything.
9 replies
WWasp
Created by brahyammm on 9/2/2024 in #đŸ™‹questions
Can I create a user with only an email?
thank you
13 replies
WWasp
Created by brahyammm on 9/2/2024 in #đŸ™‹questions
Can I create a user with only an email?
oh nice!, Im gonna give that a try
13 replies
WWasp
Created by brahyammm on 9/2/2024 in #đŸ™‹questions
Can I create a user with only an email?
Sounds possible with the above approach by skipping the email verification right?
13 replies