I have a foreach loop in SSIS that sends an email for every record that it loops through. I'm getting a SMTP connection timeout error after the job runs for 10 minutes, which is the timeout setting on the exchange server.
Is there any way for the connection in the SSIS package to re-establish after every iteration of the foreach loop? I'm on sqlserver 2014.