Fixing Error 2147220973

Asked By 35 points N/A Posted on -
qa-featured

I create an application in vb6 that sends emails from AN application offers Runtime Error – 2147220973. The transport did not connect to the server. I have already made all the specified resolutions. Please help if anyone knows a solution.

 

SHARE
Answered By 0 points N/A #321600

Fixing Error 2147220973

qa-featured

Do you run Gmail with 2 authentication issues? This jointly prevents the use of SMTP with basic authentication. Create a custom application in your Gmail security settings to provide a new secret to your email application.

  1. Sign in to your Gmail account.
  2. Go to https://security.google.com/settings/security/apppasswords.
  3. Select “Custom”.
  4. Enter “Gmail Smtp” or something
  5. Click “Generate”.
  6. You receive a secret sign.

Use this token as a secret in your email application and not as your own secret.\

Related Questions