Archived Forum Post

Index of archived forum posts

Question:

Chilkat ActiveX Mail

Oct 05 '17 at 07:18

HI,

Can you help me about this issue:

02/10/2017 15:11:07 ChilkatLog:
  VerifySmtpLogin:
    DllDate: Aug 30 2017
    ChilkatVersion: 9.5.0.69
    UnlockPrefix: SANTSM.CB10717
    Architecture: Little Endian; 32-bit
    Language: ActiveX
    VerboseLogging: 0
    smtpConnectAndAuthenticate:
      smtpConnect:
        smtpHostname: smtp-mail.outlook.com
        smtpPort: 587
        connectionIsReady:
          Need new SMTP connection
        --connectionIsReady
        smtpSocketConnect:
          socketOptions:
            SO_SNDBUF: 262144
            SO_RCVBUF: 4194304
            TCP_NODELAY: 1
            SO_KEEPALIVE: 1
          --socketOptions
        --smtpSocketConnect
        smtpGreeting:
          readSmtpResponse:
            SmtpCmdResp: 220 CP2PR80CA0126.outlook.office365.com Microsoft ESMTP MAIL Service ready at Mon, 2 Oct 2017 18:11:01 +0000
          --readSmtpResponse
        --smtpGreeting
        startTLS:
          sendCmdToSmtp:
            SmtpCmdSent: EHLO PC-CRUZ<crlf>
          --sendCmdToSmtp
          readSmtpResponse:
            SmtpCmdResp: 250-CP2PR80CA0126.outlook.office365.com Hello [177.16.239.150]
            SmtpCmdResp: 250-SIZE 157286400
            SmtpCmdResp: 250-PIPELINING
            SmtpCmdResp: 250-DSN
            SmtpCmdResp: 250-ENHANCEDSTATUSCODES
            SmtpCmdResp: 250-STARTTLS
            SmtpCmdResp: 250-8BITMIME
            SmtpCmdResp: 250-BINARYMIME
            SmtpCmdResp: 250-CHUNKING
            SmtpCmdResp: 250 SMTPUTF8
          --readSmtpResponse
          sendCmdToSmtp:
            SmtpCmdSent: STARTTLS<crlf>
          --sendCmdToSmtp
          readSmtpResponse:
            SmtpCmdResp: 220 2.0.0 SMTP server ready
          --readSmtpResponse
          TLS connection established.
        --startTLS
        ehloCommand:
          sendCmdToSmtp:
            SmtpCmdSent: EHLO PC-CRUZ<crlf>
          --sendCmdToSmtp
          readSmtpResponse:
            SmtpCmdResp: 250-CP2PR80CA0126.outlook.office365.com Hello [177.16.239.150]
            SmtpCmdResp: 250-SIZE 157286400
            SmtpCmdResp: 250-PIPELINING
            SmtpCmdResp: 250-DSN
            SmtpCmdResp: 250-ENHANCEDSTATUSCODES
            SmtpCmdResp: 250-AUTH LOGIN XOAUTH2
            SmtpCmdResp: 250-8BITMIME
            SmtpCmdResp: 250-BINARYMIME
            SmtpCmdResp: 250-CHUNKING
            SmtpCmdResp: 250 SMTPUTF8
          --readSmtpResponse
        --ehloCommand
      --smtpConnect
      smtpAuthenticate:
        smtp_host: smtp-mail.outlook.com
        smtp_port: 587
        smtp_user: xxx@hotmail.com
        smtpAuthenticate:
          login_method: LOGIN
          auth_login:
            smtpSendGet2:
              sendCmdToSmtp:
                SmtpCmdSent: AUTH LOGIN<crlf>
              --sendCmdToSmtp
              readSmtpResponse:
                SmtpCmdResp: 334 VXNlcm5hbWU6
              --readSmtpResponse
            --smtpSendGet2
            sendCmdToSmtp:
              SmtpCmdSent: dGhhaXNfYnVsY2FvQGhvdG1haWwuY29t<crlf>
            --sendCmdToSmtp
            readSmtpResponse:
              SmtpCmdResp: 334 UGFzc3dvcmQ6
            --readSmtpResponse
            sendCmdToSmtp:
              SmtpCmdSent: {PasswordOrCredentials}
            --sendCmdToSmtp
            readSmtpResponse:
              SmtpCmdResp: 451 4.7.0 Temporary server error. Please try again later. PRX4  [CP2PR80CA0126.lamprd80.prod.outlook.com]
            --readSmtpResponse
            SMTP authentication failed after sending password.
            Check your username/password or your SMTP server's auth settings
          --auth_login
          Failed to login using LOGIN method
        --smtpAuthenticate
        ConnectionType: SSL/TLS
      --smtpAuthenticate
    --smtpConnectAndAuthenticate
    Failed.
  --VerifySmtpLogin
--ChilkatLog


Answer

SmtpCmdResp: 451 4.7.0 Temporary server error. Please try again later. PRX4 [CP2PR80CA0126.lamprd80.prod.outlook.com]


Answer

Hello, It seems a login and/or password error: --readSmtpResponse SMTP authentication failed after sending password. Check your username/password or your SMTP server's auth settings