Emails can not be sent in 1.6.0
-
I have issues with gmail sends too. I don't see any errors... just nothing happens.
-
@julian I don't even see any hint that there is an attempt to contact gmail. And I already did the work to make sure gmail worked. I've had it working consistently since 1.3.x. It broke on the 1.5.x -> 1.6.0 upgrade.
It's like the mail queue isn't even processed. Is there some way I can debug it?
-
Turns out mail fails when I run nodebb using ./nodebb start but not as a service. I'm not sure why...
-
@christoffer-lernö That... is really weird! Do let us know if you figure out the underlying cause ...
-
Hi @PitaJ, I did the Upgrade to 1.6.1 and after a few hickups nodebb can send mails again, but only with the internal mailserver. The external option is still broken. Sending Mails via the internal mailserver is quite slow.
Here is the Error-Message, which I get when I try the externl mailserver option:
io: 2 on [ { type: 2, nsp: '/', id: 14, data: [ 'admin.email.test', { template: 'welcome' } ] } ] 12/10 12:38:27 [18738] - error: Error: 140483857790752:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:../deps/openssl/openssl/ssl/s23_clnt.c:797:
-
@suparomana you need to make sure you have the correct port and security option set. What are you current settings? (Redact anything sensitive)
-
Thank you @PitaJ and @julian for your support! Everything works fine now.
The error was because of a wrong security option in the settings and the speed of sendmail increased by itself. Probably there was a problem on the shared server during my first test.
Keep up the great work! NodeBB is really great!