I am using Pega Personal Edition v8.7. I tried to configure email account with Gmail but the connection is failure even though the credentials are valid. I tried only STMP configuration and below are the error details in the application. No error captured in pega logs.
## Sender## Overall resultStatusFail:Configuration
Message
Disconnect not attempted.
Steps performed
|
Step |
Result |
|---|---|
|
Establish session for email server |
Success |
|
Obtain transport object |
Fail |
|
Connect to email server |
Not attempted |
|
Disconnect |
Not attempted |
|
Description |
Value |
|---|---|
|
Port |
587 |
|
Email_Address |
|
|
Email_Server |
|
|
Protocol |
SMTP |
|
User_ID |
8/23/22 4:58 PM
Details
DEBUG: setDebug: JavaMail version 1.5.5
DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Oracle]
DEBUG SMTP: useEhlo true, useAuth true
DEBUG SMTP: trying to connect to host “smtp.gmail.com”, port 587, isSSL false
220 smtp.gmail.com ESMTP a7-20020a170902ecc700b0016bef6f6903sm2420387plh.72 - gsmtp
DEBUG SMTP: connected to host “smtp.gmail.com”, port: 587
EHLO DESKTOP-NQ3MPFH
250-smtp.gmail.com at your service, [117.195.116.255]
250-SIZE 35882577
250-8BITMIME
250-STARTTLS
250-ENHANCEDSTATUSCODES
250-PIPELINING
250 SMTPUTF8
DEBUG SMTP: Found extension “SIZE”, arg “35882577”
DEBUG SMTP: Found extension “8BITMIME”, arg “”
DEBUG SMTP: Found extension “STARTTLS”, arg “”
DEBUG SMTP: Found extension “ENHANCEDSTATUSCODES”, arg “”
DEBUG SMTP: Found extension “PIPELINING”, arg “”
DEBUG SMTP: Found extension “SMTPUTF8”, arg “”
STARTTLS
220 2.0.0 Ready to start TLS