Send Email Notifications using MS Graph
Hi all,
I have configured an email account with MS Graph. The connectivity is successful.
Sender is configured as SMTP and Receiver is of MS Graph type. (Pega V8.6.1)
But the activity which I have called @baseclass.SendEmailNotification OOTB activity, fails and gives the following error:
Caught unhandled exception : Unable to send email due to : xxx x.x.x STARTTLS is required to send mail
When the value of DSS Pega-IntSvcs • Email/DisableSecuritySTARTTLS is set to false, the following error occurs:
Caught unhandled exception : Unable to send email due to : xxx x.x.xxx Authentication unsuccessful, federated STS service was unreachable.
Is there a solution for this issue?
TIA