I am facing an issue with one of my robots in production. When I run it in attended mode the process should send an email using the send smtp mail activity, and it does. But when the process is deployed in Orchestrator, and runs in unattended mode the email is never sent.
Can you please help me determine where is the issue?
SMTP is allowed yes, the issue is in the unattended mode.
It’s like the activities do not work in background mode, the session should be visible for them to work. Which is weird, this never happened to me before…