How to attach a Salesforce Visualforce as PDF to an outgoing email?
Queueable interface can be used to attach a Salesforce Visualforce as PDF to an outgoing email from trigger. Sample Visualforce page: <apex:page standardController="Account"> <apex:pageBlock > <apex:pageBlockSection > <apex:pageBlockSectionItem >Account Name</apex:pageBlockSectionItem> ....