Attach Base64 String as Salesforce Email Attachment
EncodingUtil.base64Decode() can be used to convert Base64 String to Blob value. Then, the blob value can be used in the Messaging.EmailFileAttachment to attach attachment to the Email. Sample Code: List ....