I'm trying to send emails to clients but securely as the contents will contain phone numbers and email addresses.
I want to use SES but I need to encrypt the contents of the email while it's in transit.
Apparently, S/MIME is an option. As per this documentation:
https://docs.aws.amazon.com/ses/latest/DeveloperGuide/security.html
I've looked on how to use it, but tutorials are just installing certificates in Outlook etc. This really isn't my area of expertise.
How do I go about ensuring the contents of my email is secure when sending it to clients programatically. Once it reaches the inbox of the client and they can read it, I don't really care what happens to it. If there are better solutions, let me know but it's got to be using SES.
Any help?