Hey,
I’ve seen this discussion going around for a bit now, and I haven’t been able to find an actual solution I can trust.
I’ve been sending STMP Gmail mail messages for a while, and it has always worked fine, but recently I’ve started to get stuck during that activity, and not always getting the same result. Sometimes the activity throws an exception, saying it couldn’t connect to the mail service (which I can at least catch and move on with the workflow), and other times it gets stuck infinitely trying to connect. This second error is harder to handle, where I usually have to manually kill the process. (I’ve tried putting the activity into a parallel, with a throw on the other side after 10 seconds, and even got a throw faulted error).
I’ve read that there’s maybe a process in the background preventing the robot from connecting to the mail service, but even restarting the machine before running it hasn’t worked. I will try reinstalling the studio to see if that fixes things, but isn’t there a more viable solution that can make sure it won’t happen again in the future?
Thanks in advance,
Matias
EDIT: I have the latest studio installed (2021.10.5)
EDIT 2: I have reinstalled studio and assistant, and it still doesn’t work