Skip to main content
Nintex Community Menu Bar
Solved

Nintex Automation with SENDGRID

  • October 17, 2023
  • 2 replies
  • 158 views

Forum|alt.badge.img+1

Hi,

We have the requirement to configure and use SENDGRID as SMTP for dev, test and prod environments. 

During the configuration setup, it discovers the smtp.sendgrid.com on with TLS enabled on port 587, and switches to port 465 and outbound rules on the Azure VM in the Networking have been provisioned.

The powershell script to test does send email, however task and email events return the following error:

There is no connection string for the  destination email address ‘mail from address’

Are there any articles to assist with troubleshooting the configuration when running the Configuration?

 

Regards,

EM

 

Best answer by EckardMeyer

I have disabled TLS 1.0 and 1.1 and enabled TLS 2.0 and the mail notifications seem to be working fine using SENDGRID SMTP.

 

2 replies

Forum|alt.badge.img+7
  • Scholar
  • October 17, 2023

Hi, I assume that the K2 server is a member of an AD environment and AD accounts are used to run services. From my experience, the account that the K2 Server service is running under needs to have the same email address that was filled in when K2 was configured, also in AD on the mail attribute. To check this.


Forum|alt.badge.img+1
  • Author
  • Rookie
  • Answer
  • October 31, 2023

I have disabled TLS 1.0 and 1.1 and enabled TLS 2.0 and the mail notifications seem to be working fine using SENDGRID SMTP.