Hi all,is there any uipath activity to encrypt email just like encrypt file activity.
@Soumya587 : Have you got any solution on this?
Is there a solution for this?
Don’t know of any way to do it directly with an activity. One workaround could be to encrypt the body of the message. You can encrypt text with the cryptography package.
I’m trying to encrypt an SMTP email containing an Excel workbook that contains PHI so I don’t believe that encrypting the email text would accomplish what I need to do
We have an activity to encrypt the file: Activities - Encrypt File.
Or you could password protect the Excel file before sending it.
Understood but many of the email recipients are not the most tech-savvy and requiring them to manually decrypt the file may be asking too much of them. Are there any plans to make email encryption an option directly within SMTP or Outlook emails? There are multiple forums with users asking about this but to my knowledge UiPath has not indicated that they are aware of this or are working to resolve this.
I can ask my client about using a password on the Excel files but I think adding an option to encrypt directly in UiPath’s email activities would be the best approach as I’m not the only one asking about this.