An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
Thanks for posting your question in the Microsoft Q&A forum.
You can use Azure Key Vault to store and retrieve the sensitive information.
- Create secrets in Azure Key Vault for your email username and password.
- Ensure your Synapse workspace has access to the Key Vault.
- Create a linked service in Synapse that connects to your Key Vault.
- Use the Synapse SDK to access the Key Vault secrets.
- Use the retrieved credentials to authenticate and send the email.
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful