totaljs / framework

Node.js framework
http://www.totaljs.com
Other
4.36k stars 450 forks source link

SMTP connect error #703

Closed NikitaRadkov closed 5 years ago

NikitaRadkov commented 5 years ago

Hello! I installed eshop on the server, and tried to connect the smtp server, and it seemed to be connected. But when you try to send a message, such as restoring a user password, error 408 appears in the console.

======= 2019-03-14 20:58:15: mail-smtp ---> Error: 408: Request Timeout (mail.sew-opt.ru) Error: 408: Request Timeout at Socket. (/home/nikita/eshop/node_modules/total.js/mail.js:615:13) at Socket.g (events.js:292:16) at emitNone (events.js:86:13) at Socket.emit (events.js:185:7) at Socket._onTimeout (net.js:348:8) at ontimeout (timers.js:386:11) at tryOnTimeout (timers.js:250:5) at Timer.listOnTimeout (timers.js:214:5)

Could you help solve the problem?

petersirka commented 5 years ago

Hi, this means that SMTP server doesn't respond. Are you sure your SMTP is valid?

NikitaRadkov commented 5 years ago

I think yes. When i write the command: cat ~/test_message | mail -s 'Test email subject line' -r from_field mymail@example.com I get an email.

postfix/postfix-script: the Postfix mail system is running: PID: 9611

petersirka commented 5 years ago

I need to test your SMTP server. Can you send me it on my email?