Hi All, I’m trying to encrypt an email which is sent as part of a *.tas script.
I have managed to zip and encrypt the file attached, but that isn’t my preferred goal… I would rather encrypt the entire email and bind this to the recipients’ windows logon passwords
Jen do you have any experience of vba programming? If you do you may want to look at this article support2.microsoft.com/…/2636465 it shows how to sign an email via code you could possibly use this as part of the automation script if you have access to run it.
you can also look into GPG4win it is a free public license encrytption tool that works with Outlook. I have only used it for its command line encryption/decryption called from Toad run program but it has a front end and a plug in to Outlook. http://www.gpg4win.org/ Happy reading. Hope it can help.
you can also look into GPG4win it is a free public license encrytption tool that works with Outlook. I have only used it for its command line encryption/decryption called from Toad run program
but it has a front end and a plug in to Outlook. http://www.gpg4win.org/ Happy reading. Hope it can help.