Hostmonster SMTP凭据在数字海洋Drop上托管的节点应用程序上不起作用

时间:2018-08-16 07:07:40

标签: node.js smtp digital-ocean nodemailer hostmonster

我已经从托管在数字海洋飞沫上的hostmonster和node.js应用程序中购买了一个域。我在带有nodemailer模块的节点应用程序中使用smtp配置,但没有收到任何帐户的电子邮件。我使用了gmail smtp设置,它们工作正常,但是在我的node.js应用程序中support@cuufy.com SMTP设置不起作用。

注意:(我已经在Outlook和Mail Client Roundcube上尝试过smtp设置,并且在那儿工作正常)。

这是我的smtp设置:

const config={
       host:'mail.cuufy.com',
       pool: true,
       tls: {
        rejectUnauthorized: false
       },
       auth: {
           user:'support@cuufy.com',
           pass:'password'
       },
        port: 26
     };

我还在附件中附加了邮件客户端设置。

enter image description here

在这方面的帮助将不胜感激!

0 个答案:

没有答案