i have problem of remote sending via smtp server using nodejs module nodemailer
host: 'mail.5cpa.ru'
port: 587
secure: false (true tried also)
smtp server is mine, and i can send mails through thenderbird, using same setting
log
server 220 5cpa.ru ESMTP Postfix (Ubuntu)
client EHLO vonica
server 250-5cpa.ru
250-PIPELINING
250-SIZE 15728640
250-ETRN
250-STARTTLS
250-ENHANCEDSTATUSCODES
250-8BITMIME
250 DSN
client STARTTLS
server 220 2.0.0 Ready to start TLS
socket Closing connection to the server
thanks!