I want to pass my yahoo password which is getting from orchestrator into a secure string variable yahoopwd. but unable to pass this variable into String type input for smtp mail.
please suggest secureway.
Below screenshot working correctly but unable to pass yahoopwd variable to smtp password field.
Hi.
I would highly recommend not using an Assign activity to store the securestring to a string, because it will be stored in memory or outputted while in debug. You can however, check the “Private” box on the Assign to hide it. I would recommend converting the securestring to string directly in the Password field of the Send SMTP (assuming it even requires a password which in many cases it might not depending on your company’s SMTP setup)
Regardless of these tricks and workarounds, it is still a risk. The SMTP and IMAP activities must and should accept a secure string variable as the input. That alone will give more credibility to our bots.